Difference between revisions of "Template:Macquarie Australia"
(Re-added the whole-cell link functionality) |
(Added figure and figurecaption style) |
||
Line 112: | Line 112: | ||
.contentContainer a:hover{ /* Styling links on hover */ | .contentContainer a:hover{ /* Styling links on hover */ | ||
color: #f4b248; /*dark blue*/ | color: #f4b248; /*dark blue*/ | ||
+ | } | ||
+ | |||
+ | figure.specialInline { /* Styling for figures in specialInline class */ | ||
+ | margin-top: 1em; | ||
+ | margin-bottom: 1em; | ||
+ | margin-left: 0px; | ||
+ | margin-right: 0px; | ||
+ | } | ||
+ | |||
+ | figcaption { /* Styling for figure captions - class */ | ||
+ | display: block; | ||
} | } | ||