comparison media/css/base.css @ 306:6ca2c474d92f

Fixing #109; make forum links more prominent by underlining them by default.
author Brian Neal <bgneal@gmail.com>
date Sat, 15 Jan 2011 21:55:37 +0000
parents 8fd4984d5c3b
children
comparison
equal deleted inserted replaced
305:d502a997360e 306:6ca2c474d92f
4 } 4 }
5 tr.even td { 5 tr.even td {
6 background-color: #E0F2F6; 6 background-color: #E0F2F6;
7 } 7 }
8 a { 8 a {
9 text-decoration: none; 9 text-decoration: underline;
10 color: teal; 10 color: teal;
11 } 11 }
12 a:hover { 12 a:hover {
13 text-decoration: underline; 13 text-decoration: underline;
14 color: black; 14 color: black;
80 } 80 }
81 #footer { 81 #footer {
82 height: 105px; 82 height: 105px;
83 font-size: 10px; 83 font-size: 10px;
84 line-height: 1em; 84 line-height: 1em;
85 text-shadow: 1px 1px 1px #333;
86 background-repeat: no-repeat; 85 background-repeat: no-repeat;
87 background-color: #E0F2F6; 86 background-color: #E0F2F6;
88 color: black; 87 color: black;
89 } 88 }
90 #footer p { 89 #footer p {