Team:Calgary/StyleSheets/Layout

From 2013.igem.org

(Difference between revisions)
 
Line 16: Line 16:
.Content {
.Content {
-
margin: 30px 0 0 180px;
+
margin-left: 144px;
}
}

Latest revision as of 20:37, 12 July 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-left: 144px; }

.NavWeek { margin: 0 auto; }

article { margin: 20px 0; }

h1 { text-align: center; }