]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/media/style/style.css
IE6 fixed positioning fix
[osqa.git] / forum / skins / default / media / style / style.css
index f14c1b92cc565857f64428a2916b99564a8663e8..f2c73a50cbd7d365f19c7e5842b72d41c6b1f8bf 100644 (file)
@@ -128,17 +128,18 @@ li input {
 pre {
     background-color: #F5F5F5;
     font-family: Consolas, Monaco, Liberation Mono, Lucida Console, Monospace;
-    font-size: 100%;
+    font-size: 90%;
     margin-bottom: 10px;
     overflow: auto;
     padding-left: 5px;
     padding-top: 5px;
     width: 580px;
+    white-space: pre-wrap;
 }
 
 code {
     font-family: Consolas, Monaco, Liberation Mono, Lucida Console, Monospace;
-    font-size: 100%;
+    font-size: 90%;
     white-space: pre-wrap;
 }
 
@@ -1198,6 +1199,10 @@ ins {
     z-index: 100;
 }
 
+* html .notify {
+    position: absolute;
+}
+
 .notify p {
     font-size: 16px;
     margin-bottom: 5px;