浏览代码

removed clear both from h2 in hopes of bringing some float back into our body

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

+ 8 - 2
assets/stylesheets/foreground.css

@@ -6,6 +6,11 @@ p {
   margin-bottom: 0.25em;
   margin-bottom: 0.25em;
 }
 }
 
 
+a.label:hover,
+a.label:focus {
+  color: white;
+}
+
 td.mw-submit a,
 td.mw-submit a,
 .htmlform-tip,
 .htmlform-tip,
 #mw-upload-permitted p {
 #mw-upload-permitted p {
@@ -28,7 +33,6 @@ h2 small.label {
 
 
 h2 span {
 h2 span {
   display:block;
   display:block;
-  clear:both;
 }
 }
 
 
 
 
@@ -148,7 +152,7 @@ h1,h2,h3,h4,h5,h6 {
 
 
 .editsection {
 .editsection {
   font-weight: normal;
   font-weight: normal;
-  font-size: 0.3em;
+  font-size: 0.4em;
 }
 }
 
 
 h3 {
 h3 {
@@ -173,6 +177,8 @@ table.formtable {
   border: none;
   border: none;
 }
 }
 
 
+table td.right {text-align: right;}
+
 /* TURN OFF TABLE STRIPING FOR EDITFORMS */
 /* TURN OFF TABLE STRIPING FOR EDITFORMS */
 table.formedit tr.even,
 table.formedit tr.even,
 table.formedit tr.alt,
 table.formedit tr.alt,