Template:Team:UC Davis/Head

From 2013.igem.org

(Difference between revisions)
Line 510: Line 510:
       .showbox tr:first-child td {   
       .showbox tr:first-child td {   
-
           border-top: 0px;
+
           border-top: 1px;
           padding-top: 1px
           padding-top: 1px
       }
       }
       .showbox tr:last-child td {
       .showbox tr:last-child td {
-
           border-bottom: 0px;
+
           border-bottom: 1px;
           padding-bottom: 1px
           padding-bottom: 1px
       }
       }
       .showbox tr td:first-child {
       .showbox tr td:first-child {
-
           border-left: 0px;
+
           border-left: 1px;
           padding-left: 1px;
           padding-left: 1px;
       }
       }
       .showbox tr td:last-child {
       .showbox tr td:last-child {
-
           border-right: 0px;
+
           border-right: 1px;
           padding-right: 1px;
           padding-right: 1px;
       }
       }
Line 544: Line 544:
           }
           }
       .showbox img {
       .showbox img {
 +
          height:120px;
 +
          width:120px;
 +
          float:left;
 +
          border-radius:4px;
 +
          margin-right:10px;
 +
          }
 +
 +
      .showbox1 tr:first-child td { 
 +
          border-top: 1px;
 +
          padding-top: 1px;
 +
      }
 +
      .showbox1 tr:last-child td {
 +
          border-bottom: 1px;
 +
          padding-bottom: 1px
 +
      }
 +
      .showbox1 tr td:first-child {
 +
          border-left: 0px;
 +
          padding-left: 1px;
 +
      }
 +
      .showbox1 tr td:last-child {
 +
          border-right: 0px;
 +
          padding-right: 1px;
 +
      }
 +
 +
      .showbox1 {
 +
          background:none;
 +
          color:#ffffff;
 +
          vertical-align:baseline;
 +
          border-collapse:collapse;
 +
          }
 +
      .showbox1 td {
 +
          background:none;
 +
          border:1px solid rgba(65,65,65,.64);
 +
          padding:10px;
 +
          width:50%;
 +
          }
 +
      .showbox1 p {
 +
          text-align:top;
 +
          color:#ffffff;
 +
          margin:0px;
 +
          }
 +
      .showbox1 img {
           height:120px;
           height:120px;
           width:120px;
           width:120px;

Revision as of 00:59, 29 October 2013