Template:Team:UC Davis/Head

From 2013.igem.org

(Difference between revisions)
Line 469: Line 469:
/*showbox styling*/
/*showbox styling*/
-
.showbox tr:first-child td {
+
      .showbox tr:first-child td {  
-
  border-top: 0px;
+
          border-top: 0px;
-
  padding-top: 1px
+
          padding-top: 1px
-
}
+
      }
-
.showbox tr:last-child td {
+
      .showbox tr:last-child td {
-
  border-bottom: 0px;
+
          border-bottom: 0px;
-
  padding-bottom: 1px
+
          padding-bottom: 1px
-
}
+
      }
-
.showbox tr td:first-child {
+
      .showbox tr td:first-child {
-
  border-left: 0px;
+
          border-left: 0px;
-
  padding-left: 1px;
+
          padding-left: 1px;
-
}
+
      }
-
.showbox tr td:last-child {
+
      .showbox tr td:last-child {
-
  border-right: 0px;
+
          border-right: 0px;
-
  padding-right: 1px;
+
          padding-right: 1px;
-
}
+
      }
       .showbox {
       .showbox {
Line 508: Line 508:
           border-radius:4px;
           border-radius:4px;
           margin-right:10px
           margin-right:10px
 +
          }
 +
 +
      .showbox a:hover {
 +
          text-decoration:none;
           }
           }

Revision as of 07:24, 4 September 2013