# HG changeset patch # User Matti Hamalainen # Date 1380935345 -10800 # Node ID ba33b18c03b520e60775944d689ab2beef00924b # Parent 1fccb8f031ed769707f3c0cdcdaf993c4e74af8b Cosmetics in CSS. diff -r 1fccb8f031ed -r ba33b18c03b5 fap.css --- a/fap.css Sat Oct 05 03:59:03 2013 +0300 +++ b/fap.css Sat Oct 05 04:09:05 2013 +0300 @@ -236,13 +236,20 @@ } + + table.attendees,table.misc,table.vote { width: 100%; font-size: 10pt; } +table td, table th { + -moz-border-radius: 2pt; + border-radius: 2pt; +} + table th { - background: rgba(0,0,0,0.25); + background: rgba(0,255,0,0.25); } table.attendees th.regtime { @@ -254,10 +261,13 @@ } tr.rodd td { + background: rgba(0,255,0,0.05); + -moz-border-radius: 2pt; + border-radius: 2pt; } tr.reven td { - background: rgba(0,0,0,0.15); + background: rgba(0,255,0,0.15); } table.misc, table.vote {