diff options
Diffstat (limited to 'share/www/style/layout.css')
-rw-r--r-- | share/www/style/layout.css | 7 |
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; } |