Team:Calgary/StyleSheets/Layout

From 2013.igem.org

(Difference between revisions)
 
(4 intermediate revisions not shown)
Line 16: Line 16:
.Content {
.Content {
-
margin: 20px 0 0 170px;
+
margin-left: 144px;
 +
}
 +
 
 +
.NavWeek {
 +
margin: 0 auto;
}
}
Line 23: Line 27:
}
}
-
.WeekNav td {
+
h1 {
-
width: 80px;
+
text-align: center;
text-align: center;
-
}
 
-
 
-
.WeekNav ul {
 
-
list-style-type: none;
 
-
padding: 0;
 
}
}

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; }