[ticket/218] Add missing fix for IE8 in subsilver2

B3P-218
This commit is contained in:
Marc Alexander
2014-03-17 18:03:33 +01:00
parent 3e06ac9fe2
commit e255e2f4fc

View File

@@ -153,3 +153,9 @@
display: inline-block; display: inline-block;
margin: 21px 0 0 0; margin: 21px 0 0 0;
} }
@media all\0 {
#portal-clock-back-hours-down, #portal-clock-front-hours-down {
margin-left: -1px;
}
}