Team:Calgary/StyleSheets/Layout

From 2013.igem.org

(Difference between revisions)
Line 11: Line 11:
Wm. Keith van der Meulen
Wm. Keith van der Meulen
University of Calgary iGEM 2013
University of Calgary iGEM 2013
-
https://2013.igem.org/Team:Calgary/StyleSheets/Layout
+
https://2013.igem.org/Team:Calgary/StyleSheets/Layout?action=raw&ctype=text/css
***/
***/
article {
article {
-
margin: 20px 0;
+
margin: 20px 0;
}
}
.WeekNav td {
.WeekNav td {
-
width: 80px;
+
width: 80px;
-
text-align: center;
+
text-align: center;
}
}
.WeekNav ul {
.WeekNav ul {
-
list-style-type: none;
+
list-style-type: none;
-
padding: 0;
+
padding: 0;
}
}

Revision as of 21:46, 14 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

      • /

article { margin: 20px 0; }

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

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