style.css: minor changes
This commit is contained in:
parent
815bda853c
commit
09448ed3dd
@ -150,6 +150,7 @@ h1 {
|
|||||||
margin-bottom: .5em;
|
margin-bottom: .5em;
|
||||||
margin-top: .5em;
|
margin-top: .5em;
|
||||||
color: #59b237;
|
color: #59b237;
|
||||||
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* =Links
|
/* =Links
|
||||||
@ -249,9 +250,14 @@ div#ag-terms {
|
|||||||
span#distromatic table,
|
span#distromatic table,
|
||||||
span#distromatic table tr,
|
span#distromatic table tr,
|
||||||
span#distromatic table td {
|
span#distromatic table td {
|
||||||
|
|
||||||
padding:0;
|
padding:0;
|
||||||
border:0;
|
border:0;
|
||||||
|
word-break: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
|
span#distromatic h1 {
|
||||||
|
font-size: 2em;
|
||||||
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
span#distromatic table td img {
|
span#distromatic table td img {
|
||||||
|
Loading…
Reference in New Issue
Block a user