Small CSS fix for Firefox in the Calendar module

Monotone-Parent: 907a11a883fa8eef30169c4b85233afb04b20e2c
Monotone-Revision: 652b773b73294ac8e25c200c2a0390b537c03f3c

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2009-07-21T22:51:37
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle 2009-07-21 22:51:37 +00:00
parent edb9bed9b9
commit ebbda560b6

View file

@ -581,7 +581,8 @@ DIV.monthView DIV.dayHeader
margin-right: 2px;
text-align: right;
cursor: pointer;
color: #666; }
color: #666;
-moz-user-select: none; }
DIV.monthView DIV.days
{ top: 2em;