[Swift-commit] r2470 - www/css
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Thu Jan 29 06:48:53 CST 2009
Author: benc
Date: 2009-01-29 06:48:52 -0600 (Thu, 29 Jan 2009)
New Revision: 2470
Modified:
www/css/style1col.css
Log:
give h5 styling like h4
Modified: www/css/style1col.css
===================================================================
--- www/css/style1col.css 2009-01-29 12:24:02 UTC (rev 2469)
+++ www/css/style1col.css 2009-01-29 12:48:52 UTC (rev 2470)
@@ -214,6 +214,20 @@
text-transform: uppercase;
}
+h5 {
+ margin: 0px;
+ font-size: 12px;
+ font-weight: bold;
+ color: #666;
+ letter-spacing: 1px;
+ padding-top: 5px;
+ padding-right: 5px;
+ padding-bottom: 5px;
+ padding-left: 20px;
+ font-family:"Trebuchet MS", Arial, sans-serif;
+ text-transform: uppercase;
+
+}
#container {
background-color: #FFFFFF;
font-size: 10px;
More information about the Swift-commit
mailing list