Merge branch 'bmx6_testing' into bmx6_testing_new_config
[lede-routing/.git] / luci-app-bmx6 / 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