Team:Calgary/StyleSheets/Layout

From 2013.igem.org

(Difference between revisions)
Line 14: Line 14:
***/
***/
 +
 +
.Content {
 +
margin-top: 20px;
 +
}
article {
article {

Revision as of 22:30, 18 June 2013

/*** Name: Wm. Keith van der Meulen Date: Summer 2013 Organization: University of Calgary iGEM Team 2013

---Purpose--- CSS code to define all layout element styles


Cite: Wm. Keith van der Meulen University of Calgary iGEM 2013 https://2013.igem.org/Team:Calgary/StyleSheets/Layout?action=raw&ctype=text/css

      • /

.Content { margin-top: 20px; }

article { margin: 20px 0; }

.WeekNav td { width: 80px; text-align: center; }

.WeekNav ul { list-style-type: none; padding: 0; }