mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user