summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--_default.template.html2
-rw-r--r--_static/styles.css5
2 files changed, 6 insertions, 1 deletions
diff --git a/_default.template.html b/_default.template.html
index 141ed8d..5106ed7 100644
--- a/_default.template.html
+++ b/_default.template.html
@@ -11,7 +11,7 @@
</head>
<body>
<header>
- <div class="right" style="margin: 2em 0 0 0;" id="sitenav">
+ <div id="sitenav">
<nav>
<a href="http://wiki.alpinelinux.org">wiki</a>
<a href="http://git.alpinelinux.org">git</a>
diff --git a/_static/styles.css b/_static/styles.css
index 91ebdbc..6c8b9be 100644
--- a/_static/styles.css
+++ b/_static/styles.css
@@ -119,6 +119,11 @@ nav a {
font-weight: bold;
}
+#sitenav {
+ margin: 2em 0 0 0;
+ float: right;
+}
+
#sitenav a {
color: #17a;
padding: 0.5em;