Closes https://github.com/dotcloud/docker/issues/6514
Closes https://github.com/dotcloud/docker/issues/6377
Closes https://github.com/dotcloud/docker/issues/6514
Closes https://github.com/dotcloud/docker/pull/6502
Docker-DCO-1.1-Signed-off-by: O.S. Tezer <ostezer@gmail.com> (github: ostezer)
| ... | ... |
@@ -3,6 +3,10 @@ |
| 3 | 3 |
margin-bottom: 10px; |
| 4 | 4 |
} |
| 5 | 5 |
|
| 6 |
+#top-header .header2 {
|
|
| 7 |
+ font-weight: 400; |
|
| 8 |
+} |
|
| 9 |
+ |
|
| 6 | 10 |
#usernav > ul {
|
| 7 | 11 |
margin-top: 10px; |
| 8 | 12 |
z-index: 99999; |
| ... | ... |
@@ -186,20 +190,42 @@ ol li {
|
| 186 | 186 |
line-height: 1.7; |
| 187 | 187 |
} |
| 188 | 188 |
|
| 189 |
+.content-body ul {
|
|
| 190 |
+ padding: 10px 0px 10px 20px; |
|
| 191 |
+ list-style-position: inherit; |
|
| 192 |
+ list-style: circle; |
|
| 193 |
+} |
|
| 194 |
+ |
|
| 195 |
+.content-body ul li {
|
|
| 196 |
+ padding-bottom: 5px; |
|
| 197 |
+} |
|
| 198 |
+ |
|
| 199 |
+.content-body ul ul {
|
|
| 200 |
+ padding: 10px 0px 10px 40px; |
|
| 201 |
+} |
|
| 202 |
+ |
|
| 189 | 203 |
.content-body h1 {
|
| 190 | 204 |
display: block !important; |
| 191 |
- font-size: 18px; |
|
| 192 |
- font-weight: 700; |
|
| 205 |
+ font-size: 27px; |
|
| 206 |
+ font-weight: 400; |
|
| 193 | 207 |
color: #394d54; |
| 194 | 208 |
line-height: 1.33; |
| 195 |
- font-weight: normal; |
|
| 196 | 209 |
margin-bottom: 8px; |
| 197 | 210 |
margin-top: 6px; |
| 198 | 211 |
} |
| 199 | 212 |
|
| 200 |
-.content-body h2, .content-body h3 {
|
|
| 201 |
- font-size: 14px; |
|
| 202 |
- font-weight: 500; |
|
| 213 |
+.content-body h2 {
|
|
| 214 |
+ font-size: 21px; |
|
| 215 |
+ font-weight: 400; |
|
| 216 |
+ color: #394d54; |
|
| 217 |
+ line-height: 1.7; |
|
| 218 |
+ margin-bottom: 4px; |
|
| 219 |
+ margin-top: 10px; |
|
| 220 |
+} |
|
| 221 |
+ |
|
| 222 |
+.content-body h3 {
|
|
| 223 |
+ font-size: 18px; |
|
| 224 |
+ font-weight: 400; |
|
| 203 | 225 |
color: #394d54; |
| 204 | 226 |
line-height: 1.7; |
| 205 | 227 |
margin-bottom: 4px; |
| ... | ... |
@@ -240,8 +266,16 @@ ol li {
|
| 240 | 240 |
padding-left: 15px; |
| 241 | 241 |
} |
| 242 | 242 |
|
| 243 |
-.content-body blockquote * {
|
|
| 244 |
- color: #394d54; |
|
| 243 |
+.content-body ul {
|
|
| 244 |
+ margin-top: 0px !important; |
|
| 245 |
+} |
|
| 246 |
+ |
|
| 247 |
+.content-body blockquote a {
|
|
| 248 |
+ color: #24b8eb; |
|
| 249 |
+} |
|
| 250 |
+ |
|
| 251 |
+.content-body blockquote a:hover {
|
|
| 252 |
+ color: #008bb8; |
|
| 245 | 253 |
} |
| 246 | 254 |
|
| 247 | 255 |
.content-body ul {
|
| ... | ... |
@@ -278,4 +312,4 @@ ol li {
|
| 278 | 278 |
} |
| 279 | 279 |
.navbar #usernav .nav li {
|
| 280 | 280 |
padding-top: 0px !important; |
| 281 |
-} |
|
| 282 | 281 |
\ No newline at end of file |
| 282 |
+} |