diff options
author | rvelices <rv-github@modusoptimus.com> | 2013-09-24 20:32:22 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2013-09-24 20:32:22 +0000 |
commit | c181c32adfe4c54d4b0b6405d8e8d309b79cabfa (patch) | |
tree | ef4f74e046c85a6103b52f4156ab285e53800682 /themes/default/theme.css | |
parent | 6a497052eeb6f6824393685421c602a6d0ecdb09 (diff) |
move property declaration from #linkFirst to #linkFirst DIV ...
git-svn-id: http://piwigo.org/svn/trunk@24611 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/default/theme.css')
-rw-r--r-- | themes/default/theme.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/theme.css b/themes/default/theme.css index 12d2dbbd9..e2b74d6d0 100644 --- a/themes/default/theme.css +++ b/themes/default/theme.css @@ -404,12 +404,12 @@ TD.calDayCellFull, TD.calDayCellEmpty { #linkFirst, #linkLast { border: 1px solid #ccc; - height: 118px; } #linkFirst div, #linkLast div { display: inline-block; width: 108px; + height: 118px; line-height: 1.2; margin: 0 5px; } |