Mercurial > p > roundup > code
comparison website/www/_static/style.css @ 6767:075555472536
Handle viewport overflow for pre and long paths/url's.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 10 Jul 2022 22:45:54 -0400 |
| parents | d93b441ee778 |
| children | c645f51e9e8a |
comparison
equal
deleted
inserted
replaced
| 6766:c27fc7f499c7 | 6767:075555472536 |
|---|---|
| 144 margin-block-start: 3em; /* move down from search */} | 144 margin-block-start: 3em; /* move down from search */} |
| 145 body > .navigation { margin-inline-start: unset; | 145 body > .navigation { margin-inline-start: unset; |
| 146 float: none;} | 146 float: none;} |
| 147 body > .navigation li > ul > li { padding-block: 1em; | 147 body > .navigation li > ul > li { padding-block: 1em; |
| 148 /* move links away from each other */ } | 148 /* move links away from each other */ } |
| 149 #roundup-issue-tracker .note { float: none; } | 149 #roundup-issue-tracker .note { float: none; /* download box */} |
| 150 body > .footer { margin-inline-start: unset; } | 150 body > .footer { margin-inline-start: unset; } |
| 151 | 151 |
| 152 /* changes for content */ | 152 /* changes for content */ |
| 153 /* stop paths and things from overflowing the viewport. */ | |
| 154 div.content { overflow-wrap: break-word; } | |
| 155 /* add spaces around items in TOC to make hitting the links easier */ | |
| 153 #contents ul.simple li { padding-block: .5em; } | 156 #contents ul.simple li { padding-block: .5em; } |
| 157 /* make examples with long lines scrollable */ | |
| 158 div.highlight pre { overflow: auto;} | |
| 154 } | 159 } |
