3f4289666ee7c5824a3b1ab2cc0c26ee97249002
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1) @charset "UTF-8";
2) /* IE6 Only*/
3) 
4) html * {
5) padding: 0;
6) margin: 0;
7) border: 0;
8) }
9) 
10) #maincol-left, #maincol { width: 690px; }
11) #sidecol-right, #sidecol { width: 210px; }
12) #home #maincol { width: 600px; }
13) #home #sidecol { width: 290px; }
14) 
15) #calltoaction {
Andrew Lewman Add cta-buttons.jpg, change...

Andrew Lewman authored 12 years ago

16) 	width: 300px;
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

17) }
18) 
Andrew Lewman Add cta-buttons.jpg, change...

Andrew Lewman authored 12 years ago

19) #calltoaction ul {
20) 	width: 300px;
21) 	}
22) 
23) #calltoaction ul li {
24) 	padding: 0;
25) 	margin: 0px;
26) 	width: 100px;
27) 	}
28) 
29) #calltoaction ul li a {
30) 	margin: 0;
31) 	width: 100px;
32) 	}
33)