Skip to content

Commit

Permalink
bug 1584: for the tagLevel font size to have the correct font size on…
Browse files Browse the repository at this point in the history
… Sylvia

core theme.

git-svn-id: http://piwigo.org/svn/trunk@5704 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
plegall committed Apr 8, 2010
1 parent 44d3601 commit 464022c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions themes/default/theme.css
Expand Up @@ -647,11 +647,11 @@ UL.tagSelection LI {
}


.tagLevel5 { font-size: 150%; }
.tagLevel4 { font-size: 140%; }
.tagLevel3 { font-size: 120%; }
.tagLevel2 { font-size: 100%; }
.tagLevel1 { font-size: 90%; }
.tagLevel5 { font-size: 150% !important; }
.tagLevel4 { font-size: 140% !important; }
.tagLevel3 { font-size: 120% !important; }
.tagLevel2 { font-size: 100% !important; }
.tagLevel1 { font-size: 90% !important; }


/* Popup help page */
Expand Down

0 comments on commit 464022c

Please sign in to comment.