You've already forked system.css
mirror of
https://github.com/sakofchit/system.css.git
synced 2026-05-05 06:01:22 +09:00
Refactor text styles
the `vertical-align` wasn't doing anything (since it was broken originally anyway), so removed it. grouped common styles together.
This commit is contained in:
@@ -73,27 +73,23 @@ h3 {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
.dialog-text {
|
||||
font-family: Chicago_12;
|
||||
font-size: 1em;
|
||||
margin-top: 20px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.modal-text, .alert-text {
|
||||
font-family: Chicago_12;
|
||||
font-size: 1.2em;
|
||||
margin-top: 10px;
|
||||
vertical-align: middle;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.alert-text,
|
||||
.dialog-text,
|
||||
.modal-text,
|
||||
.modeless-text {
|
||||
font-family: Chicago_12;
|
||||
font-size: 1em;
|
||||
vertical-align: middle;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.dialog-text {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.modal-text, .alert-text {
|
||||
font-size: 1.2em;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
p {
|
||||
font-family: Geneva;
|
||||
|
||||
Reference in New Issue
Block a user