]> git.mjollnir.org Git - moodle.git/commitdiff
'added nowrap to .flexible th - MDL-8419'
authorurs_hunkler <urs_hunkler>
Thu, 22 Feb 2007 17:51:03 +0000 (17:51 +0000)
committerurs_hunkler <urs_hunkler>
Thu, 22 Feb 2007 17:51:03 +0000 (17:51 +0000)
theme/standard/styles_layout.css

index 38abb78e7afdf8110362d335b48be0d2d01d300c..4a89da9bc8cf9844c02e53e34b89c7cffb820dd1 100644 (file)
@@ -294,6 +294,11 @@ table.formtable tbody .htmlarea th
   padding: 0;
 }
 
+.flexible th
+{
+  white-space: nowrap;
+}
+
 .paging {
   text-align: center;
   margin: 10px 0 10px 0;