[Swift-commit] r5277 - wwwdev/css
vytas at ci.uchicago.edu
vytas at ci.uchicago.edu
Tue Nov 8 18:41:03 CST 2011
Author: vytas
Date: 2011-11-08 18:40:10 -0600 (Tue, 08 Nov 2011)
New Revision: 5277
Modified:
wwwdev/css/style3.css
Log:
Added "fast" and "flexible" special bullet styles for use on the home page.
Modified: wwwdev/css/style3.css
===================================================================
--- wwwdev/css/style3.css 2011-11-09 00:35:20 UTC (rev 5276)
+++ wwwdev/css/style3.css 2011-11-09 00:40:10 UTC (rev 5277)
@@ -544,6 +544,14 @@
padding: 10px 40px 25px 120px;
background: url(../images/icon_special_B.png) 60px 13px no-repeat;
}
+.highlight-C {
+ padding: 10px 40px 25px 120px;
+ background: url(../images/icon_special_C.png) 60px 13px no-repeat;
+}
+.highlight-D {
+ padding: 10px 40px 25px 120px;
+ background: url(../images/icon_special_D.png) 60px 13px no-repeat;
+}
#nav .current {
color: #fff;
}
More information about the Swift-commit
mailing list