Left: | ||
Right: |
LEFT | RIGHT |
---|---|
(no file at all) | |
1 /******************************************************************************* | |
2 * Content | |
3 ******************************************************************************/ | |
4 | |
5 .content | |
6 { | |
7 p { margin: 1em 0em; } | |
8 | |
9 a, | |
10 a:visited | |
11 { | |
12 color: $secondary; | |
13 text-decoration: underline; | |
14 } | |
15 | |
16 abbr { text-decoration: none; } | |
17 | |
18 .color-secondary { color: $secondary; } | |
19 } | |
LEFT | RIGHT |