| Index: static/css/index.css |
| =================================================================== |
| --- a/static/css/index.css |
| +++ b/static/css/index.css |
| @@ -1,9 +1,9 @@ |
| -#content h1, #content h2 |
| +#key-facts h1 |
|
juliandoucette
2017/10/07 15:50:07
#key-facts headings were the only headings that I
ire
2017/10/09 12:28:48
Ack. I couldn't find any other cases either.
|
| { |
| font-size: 16px; |
| } |
| #content .sprite |
| { |
| background-image: url(../img/sprite-index.png); |
| } |
| @@ -499,16 +499,21 @@ |
| #content.internet-explorer_ua-internet-explorer .warning-platform.internet-explorer, |
| #content.safari_ua-safari .warning-platform.safari, |
| #content.yandex-browser_ua-yandex-browser .warning-platform.yandex-browser, |
| #content.maxthon_ua-maxthon .warning-platform.maxthon |
| { |
| display: none; |
| } |
| +#key-facts |
|
juliandoucette
2017/10/07 15:50:07
border-box breaks this layout because it relies on
ire
2017/10/09 12:28:48
Acknowledged.
|
| +{ |
| + box-sizing: content-box; |
| +} |
| + |
| #key-facts section |
| { |
| display: inline-block; |
| } |
| #key-facts section h1 |
| { |
| margin-top: 0px; |