diff options
author | rvelices <rv-github@modusoptimus.com> | 2012-02-12 10:02:59 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2012-02-12 10:02:59 +0000 |
commit | a1833e40a2d81135bf72fb59abeb76c39030d5a5 (patch) | |
tree | 9f59387fdb86711cb1b65d9b695b106eea96fd5c /themes/default/theme.css | |
parent | 9469de7482d3ddf7f02b9a17c2c5d3c18f9f205a (diff) |
improvement of picture title on picture page, drop boxes on index page ...
sharpening uses a zider scale range
git-svn-id: http://piwigo.org/svn/trunk@13115 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | themes/default/theme.css | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/themes/default/theme.css b/themes/default/theme.css index 00cb89482..853180af5 100644 --- a/themes/default/theme.css +++ b/themes/default/theme.css @@ -320,9 +320,9 @@ TD.calDayHead { } #imageHeaderBar H2 { + display: inline; text-align: center; padding: 0; - clear: both; } #imageToolBar { @@ -342,7 +342,7 @@ TD.calDayHead { padding: 0.2em; position: absolute; left: 5px; - top: 10%; + top: 12%; } #derivativeSwitchBox, #sortOrderBox { @@ -357,12 +357,6 @@ TD.calDayHead { position: relative; /*so that the drivative switch link is positioned relative to us*/ } -#theImage>IMG { - display: block; - margin: 0 auto; - border: 0; -} - #imageInfos { position: relative; min-height: 120px; @@ -465,10 +459,6 @@ A.pwg-state-default:hover { border-bottom: 0; /*reset above for icons*/ } -IMG { - border: 0; -} - #copyright { clear: both; font-size: 83%; |