From 2a6c0b18c819cb3e3e6eb49721c003b400df4de0 Mon Sep 17 00:00:00 2001 From: Christopher Lenz Date: Tue, 9 Dec 2008 18:42:40 +0000 Subject: Late follow-up to r712282: make the path segment separator in the navigation bar in Futon somewhat less subtle. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@724814 13f79535-47bb-0310-9956-ffa450edef68 --- share/www/style/layout.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'share/www/style') diff --git a/share/www/style/layout.css b/share/www/style/layout.css index ed2f3688..b81f4e46 100644 --- a/share/www/style/layout.css +++ b/share/www/style/layout.css @@ -27,10 +27,9 @@ h1 { background: #333; border-right: 2px solid #111; line-height: 1.8em; margin: 0 0 1em; padding: 0 0 0 1em; } h1 :link, h1 :visited, h1 strong { padding: .4em .5em; } -h1 :link:after, h1 :visited:after { color: #666; content: "›"; font-size: 100%; - padding-left: 1.2em; -} -h1 :link, h1 :visited { color: #bbb; cursor: pointer; +h1 :link, h1 :visited { + background: url(../image/path.gif) 100% 50% no-repeat; + color: #bbb; cursor: pointer; padding-right: 2.2em; text-shadow: #333 2px 2px 1px; } h1 strong { color: #fff; font-weight: normal; padding-right: 25px; } -- cgit v1.2.3