浏览代码

added padding to section tables via p.title

Garrick van Buren 12 年之前
父节点
当前提交
1273a707c7
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      assets/stylesheets/foreground.css

+ 8 - 0
assets/stylesheets/foreground.css

@@ -95,6 +95,10 @@ footer.row ul {
 
 footer.row ul.columns li { display: inline;float:none;}
 
+.columns #mw-normal-catlinks ul li {
+  float: none;
+  width: auto;
+}
 
 
 /* HEADERS */
@@ -128,6 +132,10 @@ h3 {
   font-size: 2em;
 }
 
+p.title {
+  padding: 0.9375em;
+}
+
 /* TABLES */
 
 table.formtable {