90,866
edits
(edit table.tmbox margin) |
(add 'plainlinks' and IE PNG Fix) |
||
Line 506: | Line 506: | ||
.messagebox tr th td { | .messagebox tr th td { | ||
vertical-align: top; | vertical-align: top; | ||
} | |||
/* this can be used to switch off | |||
special external link styling */ | |||
plainlinks a { | |||
background: none !important; | |||
padding: 0 !important; | |||
} | } | ||
Line 572: | Line 579: | ||
display: block !important; | display: block !important; | ||
} | } | ||
/* IE PNG Fix */ | |||
img,div { behavior:url(../en/skins/familysearch/css/iepngfix.htc) } | |||
___NORICHEDITOR___ |
edits