]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/media/style/style.css
Adds pagination in user stats (questions and answers) and a feed icon in the user...
[osqa.git] / forum / skins / default / media / style / style.css
index 6cbca137dd03558703d5393264e8194d00573e24..77ef96d44feb2e338da5f40ddf60ebc52d930ee7 100644 (file)
@@ -144,12 +144,14 @@ blockquote {
     margin: auto;
     padding: 0;
     width: 990px;
+    background-color: #FFF;
 }
 
 #roof {
     background: none repeat scroll 0 0 #FFFFFF;
     margin-top: 0;
     position: relative;
+    width: 990px;
 }
 
 #room {
@@ -181,7 +183,7 @@ blockquote {
     padding-bottom: 0;
     padding-top: 6px;
     text-align: center;
-    width: 100%;
+    width: 990px;
 }
 
 #top {
@@ -323,6 +325,10 @@ blockquote {
     width: 740px;
 }
 
+#listA .short-summary:first-of-type {
+    border-top: 0;
+}
+
 .short-summary h2 a {
     color: #2A5594;
     font-family: "Trebuchet MS", "segoe ui", arial, sans-serif;
@@ -1101,6 +1107,7 @@ ins {
     line-height: 140%;
     padding: 5px;
     width: 170px;
+    display: inline-block;
 }
 
 .user ul {
@@ -1732,5 +1739,5 @@ div.dialog.prompt .dialog-content select, div.dialog.prompt .dialog-content text
 .feed-icon {
     width: 14px;
     height: 14px;
-    float: left;
+    display: inline-block;
 }
\ No newline at end of file