1 posts tagged with scrollbar.
Displaying 1 through 1 of 1. Subscribe:
CSS fix for horizontal scrollbar
I'd like to submit a bug-fix to MetaFilter default.css stylesheet. It fixes the Mozilla/Firefox page rendering (on Windows) so that it no longer generates an annoying horizontal scrollbar. After much tinkering, it appears to be fixed by the following small change to the stylesheet:
.tinydatetime {
font-size: 10px;
font-family: verdana, sans-serif;
font-weight: bold;
color: black;
padding-left:5px; < ------ change to b>margin-left:5px;
padding-right:5px; < ------ change to b>margin-rightt:5px;
}
It needs testing on non-Windows platforms however.>>
.tinydatetime {
font-size: 10px;
font-family: verdana, sans-serif;
font-weight: bold;
color: black;
}
It needs testing on non-Windows platforms however.>>
Page:
1