summaryrefslogtreecommitdiff
path: root/default-files
diff options
context:
space:
mode:
Diffstat (limited to 'default-files')
-rw-r--r--default-files/fugitive.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/default-files/fugitive.css b/default-files/fugitive.css
index edea967..b74bdf4 100644
--- a/default-files/fugitive.css
+++ b/default-files/fugitive.css
@@ -36,7 +36,11 @@ nav {
font-size: 1.3em;
}
nav ul { padding: 0; margin: 0; }
-nav ul.nav { float: right; }
+nav ul.nav {
+ float: right;
+ width: 50%;
+ text-align: right;
+}
nav ul li { display: inline; }
nav ul li:before { content: " — "; }
nav ul li:first-child:before { content: ""; }