summaryrefslogtreecommitdiff
path: root/share/www/style
diff options
context:
space:
mode:
authorChristopher Lenz <cmlenz@apache.org>2008-12-09 18:42:40 +0000
committerChristopher Lenz <cmlenz@apache.org>2008-12-09 18:42:40 +0000
commit2a6c0b18c819cb3e3e6eb49721c003b400df4de0 (patch)
treec21e1228e8f8154920b8e2f9e2cfbef980c7cbfc /share/www/style
parentaebae784dfb8e55b4e2947a444155e94212b90e7 (diff)
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
Diffstat (limited to 'share/www/style')
-rw-r--r--share/www/style/layout.css7
1 files changed, 3 insertions, 4 deletions
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; }