]> git.openstreetmap.org Git - osqa.git/commitdiff
Changed <h1> line spacing for questions. When a question was long enough that it...
authorrick <rick@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Fri, 4 Jun 2010 13:12:44 +0000 (13:12 +0000)
committerrick <rick@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Fri, 4 Jun 2010 13:12:44 +0000 (13:12 +0000)
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@375 0cfe37f9-358a-4d5e-be75-b63607b5c754

forum/skins/default/media/style/style.css

index 7cfa0e2f9bb7f14416e522666bb7c46008d51cf9..28bd8f34a29ce8c5a82f4ab1feb177185447a165 100644 (file)
@@ -67,16 +67,19 @@ a:hover { text-decoration: underline; }
 h1 {
        font-size: 160%;
        padding: 5px 0;
+    line-height: 110%;
 }
 
 h2 {
        font-size: 140%;
        padding: 3px 0;
+    line-height: 110%;
 }
 
 h3 {
        font-size: 120%;
        padding: 3px 0;
+    line-height: 110%;    
 }
 
 ul {