From: Dobrica Pavlinusic Date: Mon, 12 Oct 2009 16:38:16 +0000 (+0200) Subject: scope css classes under .vcalendar X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=436f1086e92032a38ff1f7b0777517e23d5893b4;p=HTML5TV.git scope css classes under .vcalendar --- diff --git a/www/hcalendar.css b/www/hcalendar.css index 220e71b..cb3b6ee 100644 --- a/www/hcalendar.css +++ b/www/hcalendar.css @@ -4,16 +4,16 @@ padding: 1em; } -.organiser { +.vevent .organiser { font-size: 110%; font-style: italic; } -.summary { +.vevent .summary { font-size: 120%; font-weight: bold; } -.description { +.vevent .description { margin-top: 1em; }