fix calendar background issue
Runa A. Sandvik

Runa A. Sandvik commited on 2011-03-23 20:56:09
Zeige 1 geänderte Dateien mit 1 Einfügungen und 2 Löschungen.

... ...
@@ -173,8 +173,7 @@ table tr img {
173 173
 }
174 174
 
175 175
 .calendar {
176
-	background: url(../images/icon-calendar-flipped.jpg);
177
-	background-position: right top;
176
+	background: url("../images/icon-calendar-flipped.jpg") right top no-repeat;
178 177
 	float: right;
179 178
 	margin-left: 10px;
180 179
 }
181 180