Author: jfthomps
Date: Wed Dec 19 19:13:57 2012
New Revision: 1424039

URL: http://svn.apache.org/viewvc?rev=1424039&view=rev
Log:
removed underline from h3-h6

Modified:
    vcl/site/trunk/content/css/vcl.css

Modified: vcl/site/trunk/content/css/vcl.css
URL: 
http://svn.apache.org/viewvc/vcl/site/trunk/content/css/vcl.css?rev=1424039&r1=1424038&r2=1424039&view=diff
==============================================================================
--- vcl/site/trunk/content/css/vcl.css (original)
+++ vcl/site/trunk/content/css/vcl.css Wed Dec 19 19:13:57 2012
@@ -10,13 +10,20 @@ a {
        color: #000066;
 }
 
-h1,h2,h3,h4,h5,h6 {
+h1,h2 {
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        color: #990000;
        font-weight: bold;
        border-bottom: solid #990000 1px;
 }
 
+h3,h4,h5,h6 {
+       font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
+       color: #990000;
+       font-weight: bold;
+       /*border-bottom: solid #990000 1px;*/
+}
+
 #content {
        margin-left:200px;
        padding-top: 10px;


Reply via email to