diff options
author | chrisaga <chrisaga@piwigo.org> | 2005-08-30 05:46:59 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2005-08-30 05:46:59 +0000 |
commit | 857eec2218afe027b9d87f91aa7de144fc4e3111 (patch) | |
tree | deca557e35125d8594ce144447059c90e0c296aa | |
parent | 702e6a19ef4925ebc1861ab37b4afcef13a25423 (diff) |
Removed the hack for top alignement in Geko : too hugly :-(
git-svn-id: http://piwigo.org/svn/trunk@857 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/cclear/content.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/template/cclear/content.css b/template/cclear/content.css index 33299e273..88b373c41 100644 --- a/template/cclear/content.css +++ b/template/cclear/content.css @@ -64,9 +64,10 @@ BODY#theNotificationPage #content margin-bottom: -4px; /* why ??? something wrong with Geko and Opera ignored by IE6*/ } /* fix Geko's lack of good willing in vertical-align: top */ -#content UL.thumbnails>LI>SPAN{ - height: 170px; /* unfortunately min-height doesn't work here */ -} +/* Too dirty : have to find something better */ +/*#content UL.thumbnails>LI>SPAN{*/ +/* height: 170px;*/ /* unfortunately min-height doesn't work here */ +/*}*/ /* fix IE with another layout */ * html #content UL.thumbnails SPAN { |