Mercurial > p > roundup > code
comparison website/www/_static/style.css @ 7356:ff5a50069822
Add space between level 2 items in left menu/sidebar.
They were too scrunched. Also reconcile installed doc stylesheet with
website stylesheet.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 16 May 2023 01:36:45 -0400 |
| parents | 4295ac110551 |
| children | 527cad3a860c |
comparison
equal
deleted
inserted
replaced
| 7355:2b1cbe079ff5 | 7356:ff5a50069822 |
|---|---|
| 164 | 164 |
| 165 /* sub-menu items draw a separator */ | 165 /* sub-menu items draw a separator */ |
| 166 .menu ul ul > li | 166 .menu ul ul > li |
| 167 { | 167 { |
| 168 margin: 0; | 168 margin: 0; |
| 169 padding: 0; | 169 padding: 0.5em; |
| 170 border: none; | 170 border: none; |
| 171 border-top: solid thin #dadada; | 171 border-top: solid thin #dadada; |
| 172 background-color: inherit; | 172 background-color: inherit; |
| 173 } | 173 } |
| 174 .menu ul ul > li:first-child | 174 .menu ul ul > li:first-child |
