css improvements
This commit is contained in:
parent
97030fec7b
commit
55d1af0159
|
@ -156,6 +156,11 @@ table th {
|
|||
border-bottom: 1pt solid #777;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
border-left: 0.5em solid #eee;
|
||||
padding-left: 1em;
|
||||
}
|
||||
|
||||
/* layout */
|
||||
|
||||
header {
|
||||
|
@ -289,12 +294,12 @@ main {
|
|||
color: #777;
|
||||
}
|
||||
|
||||
.sidebar-header {
|
||||
.sidebox-header {
|
||||
font-weight: bold;
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
.sidebar-values {
|
||||
.sidebox-values {
|
||||
padding-left: 1em;
|
||||
margin-bottom: 1em;
|
||||
font-size: 80%;
|
||||
|
|
Loading…
Reference in a new issue