Comment out margin: 0 in SH's css, fixes 61

Apparently this rule was preventing underscores from being displayed
(tested in recent versions of Chrome and Opera). Amusingly, searching
for a phrase including an underscore would cause it magically to
appear (in the same two browsers)...
This commit is contained in:
Michał Marczyk 2011-12-05 08:10:00 +01:00
parent 7e8bb8a63d
commit 36aecf7cdf

View file

@ -33,7 +33,7 @@
height: auto !important;
left: auto !important;
line-height: 1.1em !important;
margin: 0 !important;
/* margin: 0 !important; */
outline: 0 !important;
overflow: visible !important;
padding: 0 !important;