Difference between revisions of "Template:Macquarie Australia"
(Added some new styling) |
(Added catch-all h2 and p) |
||
Line 234: | Line 234: | ||
color: #0645ad; /*hyperlink blue*/ | color: #0645ad; /*hyperlink blue*/ | ||
text-decoration: underline; | text-decoration: underline; | ||
+ | } | ||
+ | |||
+ | h2 { /* Heading2 formatting - catch-all */ | ||
+ | font-family: Verdana, Geneva, sans-serif; | ||
+ | color: #000000; /*black*/ | ||
+ | } | ||
+ | |||
+ | p { /* Paragraph formatting - catch-all */ | ||
+ | font-family: Verdana, Geneva, sans-serif; | ||
+ | color: #000000; /*black*/ | ||
+ | /* font-size: 20px; */ | ||
} | } | ||
</style> | </style> | ||
</html> | </html> |