diff options
Diffstat (limited to 'swat/style/main.css')
-rw-r--r-- | swat/style/main.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/swat/style/main.css b/swat/style/main.css index 15f768d186..791a89d9e0 100644 --- a/swat/style/main.css +++ b/swat/style/main.css @@ -105,3 +105,19 @@ text-align:center; margin:10px 0 25px 0; } + +/* + styles for data tables +*/ +table.data { + border: 2px; +} +table.data th { + margin-top:20px; + text-align:left; + background-color: #F5C915; +} +table.data tr { + background-color: #E5C995; + text-align:left; +} |