1234567891011121314151617181920212223 |
- #content {
- line-height: 15pt;
- font-size: 11pt;
- p {
- margin-top: 10px;
- margin-bottom: 10px;
- }
- ul, ol {
- list-style: square outside;
- padding-left: $pad;
- }
- a, a:visited, a:active {
- color: lighten($cMainText, 10%);
- text-decoration: none;
- }
- a:hover {
- color: lighten($cMainText, 30%);
- }
- }
|