194995c2058727ee80f83adca86388a38809b98f
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1) @charset "UTF-8";
2) /* IE7 and Lower */
3) 
4) 
5) #nav { margin: 0; }
6) #nav ul li a:link,
7) #nav ul li a:visited {
8) 	display: block;
9) 	height: 50px;
10) }
11) 
12) h1.headline { padding: 5px 0 10px; }
13) p.desc { margin: -10px 0 10px; }
14) 
15) #download a:link,
16) #download a:visited {
17) 	margin: -14px 0 0;
18) }
19) 
20) 	#sidenav ul li ul {
21) 		display: inline-block;
22) 	}
23) 
24) 	#sidenav ul li.active,
25) 	#sidenav ul li.active-longtitle {
26) 		background: none;
27) 		width: 100%;
28) 		border-bottom: 1px solid #ddd;
29) 	}
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

30) 
31) .hlist {
32) 	text-align: center;
33) 	display: block;
34) 	width: 100%;
35) 	padding: 0px 0px;
36) 	list-style: none;
37) 	margin: 0px 0px 18px 0px;
38) 	}
39) 
40) 	.hlist li {
41) 		width: auto;
42) 		display: inline;
43) 		float: left;
44) 		border-right: 1px solid #444444;
45) 		margin-left: -4px;
46) 		}
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

47) 	
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

48) 	.hlist li.last {
49) 		border-right: 0px solid #444444;
50) 		}
51) 
52) 	.hlist a {
53) 		display: block;
54) 		top: 0px;
55) 		right: 0px;
56) 		bottom: 0px;
57) 		left: 0px;
58) 		text-decoration: none;
59) 		font-weight: bold;
60) 		padding: 0px 8px;
61) 		}
62) 	
63) .dbox.donate ul.amounts li {
64) 	list-style-type: none;
65) 	display: inline;
66) 	float: left;
67) 	margin-left: 20px;
68) 	}
69) 
70)  .donate-btn {
71) 	width: 122px;
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

72) 	font-size: 0;
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

73) 	color: transparent;
74)  } 
75) 	
76) .dbox.dl {
77) 	margin: 0px 0px 20px 20px;
78) 	}
79) 
80) .dbox.dsmall {
81) 	display: inline;
82) 	float: left;
83) 	}
84) 
85) 	.dbox.dsmall small {
86) 		position: static;
87) 		display: inline;
88) 		float: none;
89) 		}