|
1 | | - |
2 | | -body { font:1.05em "lucida grande","lucida sans unicode", sans-serif; background-color:#FFFFFF; |
| 1 | +@import url(http://fonts.googleapis.com/css?family=Open+Sans); |
| 2 | +body { font:1.05em "Open Sans", sans-serif; background-color:#FFFFFF; |
3 | 3 | font-size-adjust:none; |
4 | 4 | font-style:normal; |
5 | 5 | font-variant:normal; |
6 | 6 | font-weight:normal; |
7 | 7 | background: #FFFFFF; |
8 | 8 | } |
9 | 9 |
|
10 | | -p { padding:0 0 1em 0; color:#111; font-weight:300;} |
| 10 | +p { padding:0 0 1em 0; line-height: 150%;} |
11 | 11 |
|
12 | | -ul,ol{padding-left: 40px;} |
| 12 | +ul,ol{padding-left: 40px; line-height: 150%;} |
| 13 | +.main li{margin: 0 0 9px 0} |
13 | 14 |
|
14 | 15 | h1,h2{ font-weight:normal; color: #333; font-family:Georgia, serif; } |
15 | 16 | h3,h4,h5,h6 { font-weight: normal; color: #333; font-family:Georgia, serif; } |
16 | 17 |
|
17 | | -hr {border-top: dotted 2px;} |
| 18 | +hr {border-top: dotted 2px; margin-bottom:1.625em;} |
18 | 19 |
|
19 | 20 | h1 { font-size: 3.125em; margin-bottom: 0.765em; line-height: 1; } |
20 | 21 | h2 { font-size: 1.9em; margin-bottom: 0.855em; margin-top: 1em;} |
@@ -46,7 +47,6 @@ figcaption { text-align:center; font-style: italic; } |
46 | 47 |
|
47 | 48 | pre, code { margin: 1.625em 0; white-space: pre; } |
48 | 49 | pre, code, tt { font: 1.225em monospace; line-height: 1.5; } |
49 | | -hr { margin-bottom:1.625em; } |
50 | 50 |
|
51 | 51 | img{ |
52 | 52 | display: block; |
|
85 | 85 | background: #FFFFFF; |
86 | 86 | width: 400px; |
87 | 87 | padding: 25px; |
88 | | - height: 100%; |
| 88 | + height: 95%; |
89 | 89 | -webkit-transition-duration: 0.3s; |
90 | 90 | -moz-transition-duration: 0.3s; |
91 | 91 | transition-duration: 0.3s; |
@@ -135,7 +135,10 @@ img{ |
135 | 135 | background: #FFaa56; |
136 | 136 | width: 400px; |
137 | 137 | padding: 25px; |
138 | | - height: 100%; |
| 138 | + height: -moz-calc(100% - 65px); |
| 139 | + height: -webkit-calc(100% - 65px); |
| 140 | + height: -o-calc(100% - 65px); |
| 141 | + height: calc(100% - 65px); |
139 | 142 | overflow:auto; |
140 | 143 | -webkit-transition-duration: 0.3s; |
141 | 144 | -moz-transition-duration: 0.3s; |
|
0 commit comments