summaryrefslogtreecommitdiff
path: root/default-files/fugitive.css
diff options
context:
space:
mode:
Diffstat (limited to 'default-files/fugitive.css')
-rw-r--r--default-files/fugitive.css9
1 files changed, 6 insertions, 3 deletions
diff --git a/default-files/fugitive.css b/default-files/fugitive.css
index b328c49..e879b27 100644
--- a/default-files/fugitive.css
+++ b/default-files/fugitive.css
@@ -25,12 +25,14 @@ nav {
margin: 0;
padding: 0.3em 1em;
border: 1px solid #ccc;
- border-top: 0;
background: #f2f2f2;
color: #aaa;
- font-size: 1.3em;
text-align: left;
}
+#topnav {
+ border-top-style: none;
+ font-size: 1.3em;
+}
nav ul { padding: 0; margin: 0; }
nav ul.nav { float: right; }
nav ul li { display: inline; }
@@ -60,6 +62,7 @@ header q {
article {
display: block;
text-align: left;
+ margin-bottom: 3em;
counter-reset: code figure example section subsection;
}
article header {
@@ -260,7 +263,7 @@ article > div hr {
}
footer {
display: block;
- margin: 3em 0 0 0;
+ margin: 1em 0 0 0;
padding: 1em;
border-top: 1px dotted #aaa;
color: #888;