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:
parent
e06d9ae13d
commit
054d7c459f
1 changed files with 2 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue