summaryrefslogtreecommitdiff
path: root/default-files/fugitive.css
diff options
context:
space:
mode:
authorp4bl0 <pablo@rauzy.name>2010-07-29 01:33:38 +0200
committerp4bl0 <pablo@rauzy.name>2010-07-29 01:33:38 +0200
commitde27fec4143a1015f59f7c9ea6060d47a27fd35c (patch)
tree73235f319b0683a4a5fefeedcaaeee1d3e2ea6f4 /default-files/fugitive.css
parent0572553c60083d76f00ca464dbca2cc8ff85a731 (diff)
adding a nav panel at the bottom of the default template
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;