mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
new layout finished: ie7 compat, dynamic, rounded corners... the 2 "Manage..." options has been deleted git-svn-id: http://piwigo.org/svn/trunk@23121 68402e56-0260-453c-a942-63ccdbb3a9ee
11 lines
225 B
CSS
11 lines
225 B
CSS
/* fix IE7 footer */
|
|
#the_page { min-height:100%; position:relative; padding:0; margin:0; }
|
|
#menubar { margin: 0; }
|
|
#footer { left: 0; }
|
|
|
|
UL.thumbnails li.rank-of-image {
|
|
text-align:left;
|
|
}
|
|
.groups li {
|
|
display: inline;
|
|
} |