mirror of
https://github.com/YunoHost-Apps/piwigo_ynh.git
synced 2024-09-03 20:06:03 +02:00
11 lines
No EOL
225 B
CSS
11 lines
No EOL
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;
|
|
} |