]> git.uio.no Git - usit-rt.git/blob - share/static/css/rudder/base.css
Putting 4.2.0 on top of 4.0.17
[usit-rt.git] / share / static / css / rudder / base.css
1 a {
2     color: #000;
3     text-decoration: none;
4 }
5
6 a:visited {
7     color: #666
8 }
9
10 a:hover {
11     text-decoration: underline
12 }
13
14 textarea:focus,
15 input:focus {
16     background-color: #ffd
17 }