Change: Remove double underscores around category names.

git-svn-id: http://piwigo.org/svn/trunk@1872 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
vdigital 2007-03-05 19:38:33 +00:00
parent e06d9ae13d
commit 054d7c459f

View file

@ -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;