mirror of
https://github.com/rmaake1/httpstatuses.git
synced 2024-11-02 00:32:36 +01:00
Set document to 14pt, compute descriptions with em
This commit is contained in:
parent
6d5380e1ef
commit
19885849da
@ -6,7 +6,7 @@
|
|||||||
body {
|
body {
|
||||||
color: #556270;
|
color: #556270;
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
font-size: 12px;
|
font-size: 14pt;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-variant: normal;
|
font-variant: normal;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
@ -139,12 +139,11 @@ a:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.status_list .status .st {
|
.status_list .status .st {
|
||||||
font-size: 14px;
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.status_list .status .description {
|
.status_list .status .description {
|
||||||
font-size: 11px;
|
font-size: 0.8em;
|
||||||
height: 46px;
|
height: 46px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user