]> 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 133d8ece5146502b6b75e07f5e05b20b6c1c55cf..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 {
@@ -1172,10 +1175,10 @@ a.accept-answer.on,a.accept-answer:hover { background: url("../images/vote-accep
     font-size: 11px;
     color: #333;
     background: url("../images/wiki.png") no-repeat left center;
-    padding-left: 46px;
-    margin: 12px 0 32px 0;
+    padding-left: 36px;
+    margin: 6px 0 0 0;
     min-height: 32px;
-    line-height: 14px;
+    line-height: 15px;
 }
 
 .post-score, .comments-char-left-count {
@@ -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;