Difference between revisions of "Template:Macquarie Australia"
(Turned off mascot banner link) |
(Added classes for fixed table column widths) |
||
Line 172: | Line 172: | ||
font-family: Verdana, Geneva, sans-serif; | font-family: Verdana, Geneva, sans-serif; | ||
color: #000000; /*black*/ | color: #000000; /*black*/ | ||
+ | table-layout: fixed; /* prevents auto-resizing of column widths */ | ||
} | } | ||
Line 187: | Line 188: | ||
font-size: 12px; | font-size: 12px; | ||
padding: 4px; | padding: 4px; | ||
+ | } | ||
+ | |||
+ | .regularCol10 { /* For fixed table Column widths */ | ||
+ | width: 10%; | ||
+ | } | ||
+ | .regularCol20 { /* For fixed table Column widths */ | ||
+ | width: 20%; | ||
+ | } | ||
+ | .regularCol30 { /* For fixed table Column widths */ | ||
+ | width: 30%; | ||
+ | } | ||
+ | .regularCol40 { /* For fixed table Column widths */ | ||
+ | width: 40%; | ||
} | } | ||
Revision as of 11:36, 11 August 2015