OLD | NEW |
---|---|
1 #controls { | 1 #controls { |
2 margin: 10px 0; | 2 margin: 10px 0; |
3 background: #EEE; | 3 background: #EEE; |
4 padding: 10px; | 4 padding: 10px; |
5 border-radius: 10px; | 5 border-radius: 10px; |
6 } | 6 } |
7 | 7 |
8 #search_input { | 8 #search_input { |
9 width: 30em; | 9 width: 30em; |
10 } | 10 } |
(...skipping 14 matching lines...) Expand all Loading... | |
25 padding-left: 80px; | 25 padding-left: 80px; |
26 } | 26 } |
27 | 27 |
28 img.icon { | 28 img.icon { |
29 position: absolute; | 29 position: absolute; |
30 width: 64px; | 30 width: 64px; |
31 height: 64px; | 31 height: 64px; |
32 left: 0; | 32 left: 0; |
33 top: 40px; | 33 top: 40px; |
34 } | 34 } |
35 | |
36 #samples { | |
37 min-height: 700px; | |
not at google - send to devlin
2012/07/25 01:44:14
why? this kind of stuff assumes things about scree
cduvall
2012/07/25 03:19:26
I did this so the footer text doesn't come up into
cduvall
2012/07/25 18:21:34
Used float left like you said in your email.
| |
38 } | |
OLD | NEW |