Fix wording on alert() shown when Delete button is clicked in NewsletterAdmin.js...
[silverstripe-elijah.git] / css / typography.css
blobd96f951bee07b468f0b69ad325a3505adc1a8977
1 body {
2 font-size: 62.5%;
4 * {
5 font-family: Arial;
6 font-size: 1em;
9 p, ul, td, th {
10 font-size: 1.2em;
12 /* overrides (to avoid larger font-sizing) */
13 ul ul,
14 th p,
15 td p,
16 div ul.optionset {
17 font-size: 1em;
20 ul ul {
21 font-size: 1em;
23 h1 {
24 font-size: 2em;
25 color: #0074C6;
27 h2 {
28 font-size: 1.8em;
29 color: #0074C6;
32 a {
33 color: #162F42;
34 text-decoration: underline;
36 a:hover {
37 color: #0074C6;
38 text-decoration: underline;
40 a img {
41 border-style: none;
43 #Header a, #ProductGroups a, #Products a {
44 color: white;
48 #Header h1 {
49 color: white;