1
0
Fork 0
mirror of https://git.ludikovsky.name/git/fugitive.git synced 2024-05-18 22:45:31 +02:00

Merge branch 'master' of git://gitorious.org/fugitive/fugitive

This commit is contained in:
p4bl0 2010-09-24 15:00:05 +02:00
commit fc7302f193

View file

@ -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: ""; }