diff options
Diffstat (limited to 'static/stylesheets')
| -rw-r--r-- | static/stylesheets/mauve.css | 18 | 
1 files changed, 18 insertions, 0 deletions
diff --git a/static/stylesheets/mauve.css b/static/stylesheets/mauve.css index 50f5da3..4649775 100644 --- a/static/stylesheets/mauve.css +++ b/static/stylesheets/mauve.css @@ -79,4 +79,22 @@ div.flash p {    background-color: transparent;  } +table#events_table td { +  width: 14%; +  border-left: solid; +} + +table#events_table td p.event_date { +  font-weight: bold; +  font-size: smaller; +} + +p { +  background-color: inherit; +} + +.even { +  background-color: #ddd; +} +  | 
