CSS fixes, including a new printing stylesheet for internal work

This commit is contained in:
RichardG867
2021-12-06 18:12:15 -03:00
parent b4ef77e430
commit 75f10fea63
3 changed files with 33 additions and 29 deletions

View File

@@ -15,6 +15,9 @@ body {
}
/* Page Layout */
header { /* N/A on IE6 */
display: inline;
}
img {
border: none;
}
@@ -26,9 +29,6 @@ a.navlink {
font-size: 15pt;
margin: 6pt;
}
header { /* N/A on IE6 */
display: inline;
}
nav { /* requires JS on IE6 */
display: inline;
height: 70px;
@@ -36,7 +36,7 @@ nav { /* requires JS on IE6 */
}
hero, main { /* requires JS on IE6 */
display: block;
padding: 5pt 0pt;
margin: 5pt 0pt;
}
div#footer {
display: block;