help.html: cleanup stylesheet a bit.
parent
ff35f79f3e
commit
3aa71bcb84
|
@ -1,6 +1,5 @@
|
||||||
html {
|
html {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
font-size: 16px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
*, *:before, *:after {
|
*, *:before, *:after {
|
||||||
|
@ -27,11 +26,21 @@ img {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table {
|
||||||
|
border-collapse: collapse;
|
||||||
|
margin-top: 10px;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
tr:hover {
|
||||||
|
background-color: #f5f5f5;
|
||||||
|
}
|
||||||
|
|
||||||
.navbar {
|
.navbar {
|
||||||
background-color: #f3f2ea;
|
background-color: #f3f2ea;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
border-bottom: 1px solid #ccc;
|
border-bottom: 1px solid #ccc;
|
||||||
font: 12pt sans-serif;
|
font-family: sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar a {
|
.navbar a {
|
||||||
|
@ -41,8 +50,7 @@ img {
|
||||||
}
|
}
|
||||||
|
|
||||||
.page {
|
.page {
|
||||||
font-size: 120%;
|
|
||||||
margin: 20px;
|
margin: 20px;
|
||||||
max-width: 800px;
|
max-width: 800px;
|
||||||
line-height: 125%;
|
line-height: 150%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue