]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/media/style/style.css
Fixes a bug that prevents related questions from showing in safari.
[osqa.git] / forum / skins / default / media / style / style.css
index a90868448d7449f28ad16bc4210cfdaf70fab568..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 {
@@ -1173,7 +1176,7 @@ a.accept-answer.on,a.accept-answer:hover { background: url("../images/vote-accep
     color: #333;
     background: url("../images/wiki.png") no-repeat left center;
     padding-left: 36px;
-    margin: 6px 0 18px 0;
+    margin: 6px 0 0 0;
     min-height: 32px;
     line-height: 15px;
 }
@@ -1303,12 +1306,16 @@ div.comment-tools a:hover {
        text-decoration: none;
 }
 
-.action-link {
+.action-link {
        color: #777777;
        cursor: pointer;
        padding: 3px;
 }
 
+.action-link a {
+    color: inherit;
+}
+
 .action-link a.ajax-command:hover {
        background-color: #777777;
        color: #FFFFFF;