From c539465b53f4cde36f9d86d560d69de5185b0b4d Mon Sep 17 00:00:00 2001 From: p4bl0 Date: Thu, 23 Sep 2010 03:43:02 +0200 Subject: css fix for webkit --- default-files/fugitive.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'default-files') 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: ""; } -- cgit v1.2.3