Mercurial > p > roundup > code
comparison doc/_static/style.css @ 7133:b5b1f2830e23
Remove duplicate h1 headers from website
Each page has an H1 header in the main part of the page. The class=header
block also had an H1 enclosing "Roundup". This isn't useful as an H1
header. The page title includes Roundup as well so I demoted the
class=header H1 to a label but styled it the same.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 15 Feb 2023 10:36:09 -0500 |
| parents | 515ab1749b14 |
| children | 4553614a2b22 |
comparison
equal
deleted
inserted
replaced
| 7132:c087ad45bf4d | 7133:b5b1f2830e23 |
|---|---|
| 6 color: #333; | 6 color: #333; |
| 7 margin:0; | 7 margin:0; |
| 8 padding: 0 3em 0 14em; | 8 padding: 0 3em 0 14em; |
| 9 } | 9 } |
| 10 body > .header { margin: 0 0 0 -14em;} | 10 body > .header { margin: 0 0 0 -14em;} |
| 11 body > .header div.label { font-size: 2em; font-weight: bold; margin: 0.67em 0 0.67em 1em;} | |
| 11 body > .footer { margin: 1em 0 1em -14em; clear:both;} | 12 body > .footer { margin: 1em 0 1em -14em; clear:both;} |
| 12 body > .navigation | 13 body > .navigation |
| 13 { | 14 { |
| 14 margin-left: -14em; | 15 margin-left: -14em; |
| 15 width: 14em; | 16 width: 14em; |
