1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/piwigo_ynh.git synced 2024-09-03 20:06:03 +02:00
piwigo_ynh/sources/admin/themes/default/fix-ie7.css

11 lines
225 B
CSS
Raw Normal View History

2014-07-06 13:21:10 +02:00
/* 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;
}