mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-21 08:59:55 -04:00
15 lines
148 B
CSS
15 lines
148 B
CSS
/**
|
|
* Fix display in IE
|
|
*/
|
|
#gSiteMenu,
|
|
#gBreadcrumbs,
|
|
#gAlbumGrid,
|
|
#gPager,
|
|
#gViewMenu {
|
|
zoom: 1;
|
|
}
|
|
|
|
#gViewMenu a {
|
|
width: 52px !important;
|
|
}
|