google-code-export / minimalist-google-calendar

Automatically exported from code.google.com/p/minimalist-google-calendar
1 stars 0 forks source link

Feature Request: Font style options #20

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Add Font Styles for Choosing

Original issue reported on code.google.com by raviesam...@gmail.com on 18 Feb 2011 at 2:54

GoogleCodeExporter commented 9 years ago
Coming in a future update.

Original comment by anst...@gmail.com on 18 Feb 2011 at 3:41

GoogleCodeExporter commented 9 years ago
 make the days bold with this:

.mv-dayname { font-weight: bold !important; }

and black borders can be achieved with:

.st-bg, .st-dtitle, .mv-event-container { border-color: #000 !important; }   
css style by ansel, not by me!

Original comment by henrifr...@gmail.com on 10 Sep 2011 at 8:47