diff options
Diffstat (limited to 'share/www/style')
-rw-r--r-- | share/www/style/layout.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/www/style/layout.css b/share/www/style/layout.css index d6e66d0a..24348f2a 100644 --- a/share/www/style/layout.css +++ b/share/www/style/layout.css @@ -30,7 +30,7 @@ h1 { background: #333; border-right: 2px solid #111; line-height: 1.8em; margin: 0 0 1em; padding: 0 0 0 1em; position: relative; } h1 :link, h1 :visited, h1 strong { padding: .4em .5em; } -h1 :link, h1 :visited { +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; |