diff options
author | plegall <plg@piwigo.org> | 2010-04-08 08:29:26 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-04-08 08:29:26 +0000 |
commit | 464022ce61e12d685229c5bc470e4515cd2c5b51 (patch) | |
tree | c7f505407a6d359d873b2ab71b5096fe4e9e9c4d /themes/default | |
parent | 44d3601933552613e9a060a868c38679d6ec69f0 (diff) |
bug 1584: for the tagLevel font size to have the correct font size on Sylvia
core theme.
git-svn-id: http://piwigo.org/svn/trunk@5704 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/default')
-rw-r--r-- | themes/default/theme.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/themes/default/theme.css b/themes/default/theme.css index 390c2aafb..56864525f 100644 --- a/themes/default/theme.css +++ b/themes/default/theme.css @@ -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 */ |