diff options
author | vdigital <vdigital@piwigo.org> | 2007-03-05 19:38:33 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2007-03-05 19:38:33 +0000 |
commit | 054d7c459fee32853a4bd9e984a7273eb0f52fbd (patch) | |
tree | 53e8bec38deee5baf746781b558d6458426e85f4 | |
parent | e06d9ae13df4563779988a251ebd11f58f091179 (diff) |
Change: Remove double underscores around category names.
git-svn-id: http://piwigo.org/svn/trunk@1872 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/theme/p0w0/theme.css | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/template/yoga/theme/p0w0/theme.css b/template/yoga/theme/p0w0/theme.css index 91d43b879..7d81d8552 100644 --- a/template/yoga/theme/p0w0/theme.css +++ b/template/yoga/theme/p0w0/theme.css @@ -64,16 +64,10 @@ input.rateButtonSelected, } .browsePath A:hover { color: #fff; } #content H2:before, .browsePath:before, .imageNumber:before, -#imageHeaderBar H2:before { - content: "__ "; - font-weight: normal; - color: #fff; - font-family: sans-serif; - letter-spacing: 0em; -} +#imageHeaderBar H2:before, #content H2:after, .browsePath:after, .imageNumber:after, #imageHeaderBar H2:after { - content: " __ "; + content: " "; color: #fff; font-family: sans-serif; font-weight: normal; |