Team:Auckland New Zealand/Template:css

From 2014.igem.org

(Difference between revisions)
Line 48: Line 48:
#maintable {
#maintable {
     font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
     font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
-
     width: 10%;
+
     width: 100%;
     border-collapse: collapse;
     border-collapse: collapse;
-
     background-color: blue;
+
}
 +
 
 +
#maintable td, #customers th {
 +
    font-size: 1em;
 +
    border: 1px solid #98bf21;
 +
    padding: 3px 7px 2px 7px;
 +
}
 +
 
 +
#maintable th {
 +
    font-size: 1.1em;
 +
    text-align: left;
 +
    padding-top: 5px;
 +
    padding-bottom: 4px;
 +
     background-color: #A7C942;
 +
    color: #ffffff;
}
}

Revision as of 10:30, 3 July 2014

Edit CSS