[numerics] improve dAJLR
This commit is contained in:
parent
0fc2d72b21
commit
4187df3c96
2 changed files with 26 additions and 13 deletions
|
@ -86,10 +86,13 @@ footer { font-size: 75%; padding-bottom: 175px; }
|
|||
em { font-style: italic; }
|
||||
|
||||
table { width: 100%; }
|
||||
thead { color: $dim; }
|
||||
/*thead { color: $dim; }*/
|
||||
th, td { padding: 0.3em; }
|
||||
tr { border-bottom: 1px dotted $tr-rule; }
|
||||
|
||||
table.bordered { border-collapse: collapse; }
|
||||
table.bordered tr { border-top: 1px solid #bbb; border-bottom: 1px solid #bbb; }
|
||||
|
||||
.publi_table td:nth-child(1) { width: 30%; }
|
||||
.publi_table td:nth-child(2) { width: 60%; }
|
||||
.publi_table td:nth-child(3) { width: 10%; }
|
||||
|
@ -137,6 +140,9 @@ ol li:hover { border-right: 3px solid $links; padding-right: 7px; }
|
|||
|
||||
#http_code { text-align: center; font-size: 10em; line-height: 1em; }
|
||||
|
||||
.footnotes { font-size: 0.8em; padding-left: 1em; margin-top: 2em;}
|
||||
.footnotes ol li { padding: 0; border: none; }
|
||||
|
||||
@media (max-width: $small-width) {
|
||||
body { font-size: 80%; }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue