comparison website/issues/html/tracker.css @ 4566:b8119ba37707

Merge branch 'website'
author Eric S. Raymond <esr@thyrsus.com>
date Sun, 13 Nov 2011 11:18:42 -0500
parents c2d0d3e9099d
children
comparison
equal deleted inserted replaced
4564:6327b1b21593 4566:b8119ba37707
1 #search { text-align: right; }
2
3 p.ok-message
4 {
5 background-color: #eeffee;
6 border: 1px solid #009900;
7 padding: 5px;
8 color: #009900;
9 font-weight: bold;
10 }
11 p.error-message
12 {
13 background-color: #ffeeee;
14 border: 1px solid #990000;
15 padding: 5px;
16 color: #990000;
17 font-weight: bold;
18 }
19
20 tr.odd { background-color:#f5f5f5; }

Roundup Issue Tracker: http://roundup-tracker.org/