summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorAndrii-Moshenskyi <andrii.moshenskyi@gmail.com>2021-01-21 13:05:05 +0200
committerAndrii-Moshenskyi <andrii.moshenskyi@gmail.com>2021-01-21 13:05:05 +0200
commit7db3add7156413c25aa9461dfa5fdcc50c35be3a (patch)
tree705c3868d3f1828d6e006833fae1d8ce1d91caa3 /templates
parentacebb3a44e5cf2a96eb48fd35a3574833f9b0bf1 (diff)
downloadcommunity.vyos.net-7db3add7156413c25aa9461dfa5fdcc50c35be3a.tar.gz
community.vyos.net-7db3add7156413c25aa9461dfa5fdcc50c35be3a.zip
Move fixup.css styles to main.sass, add .container to #content block
Diffstat (limited to 'templates')
-rw-r--r--templates/main.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/main.html b/templates/main.html
index 9292d1b..d9f5c82 100644
--- a/templates/main.html
+++ b/templates/main.html
@@ -12,7 +12,6 @@
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="/css/main.css">
- <link rel="stylesheet" href="/css/fixup.css">
</head>
<body>
@@ -53,7 +52,9 @@
<main>
- <div id="content"><!-- content is automatically inserted here --></div>
+ <div class="container small" id="content">
+ <!-- content is automatically inserted here -->
+ </div>
</main>
<footer>