Team:Calgary/StyleSheets/Layout

From 2013.igem.org

(Difference between revisions)
Line 28: Line 28:
list-style-type: none;
list-style-type: none;
padding: 0;
padding: 0;
 +
}
 +
 +
table {
 +
border: 1;
}
}

Revision as of 19:36, 6 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

      • /

article { margin: 20px 0; }

.WeekNav table { width: 80%; margin-left: 10%; margin-right: 10%; }

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

table { border: 1; }