d8191a7e905c1ccf8c6e738512bc4fea01b4cbf3
[feed/routing.git] / packages / bmx6-luci / files / www / luci-static / resources / bmx6 / style.css
1 table {
2 width:90%;
3 border-top:1px solid #e5eaf8;
4 border-right:1px solid #e5eaf8;
5 margin:1em auto;
6 border-collapse:collapse;
7 }
8
9 td {
10 color:#678197;
11 border-bottom:1px solid #e6eff8;
12 border-left:1px solid #e6eff8;
13 padding:.3em 1em;
14 text-align:center;
15 }
16 th {
17 background:#f4f9fe;
18 text-align:center;
19 font:bold 1.2em/2em Century Gothic,Trebuchet MS,Arial,Helvetica,sans-serif;
20 color:#66a3d3;
21 }
22