css fix for linux
This commit is contained in:
parent
288b4513c1
commit
aef2b8eef3
1 changed files with 5 additions and 5 deletions
10
content.css
10
content.css
|
@ -35,6 +35,11 @@ a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
article {
|
||||||
|
line-height: 1.6;
|
||||||
|
font-size: 0.8em;
|
||||||
|
}
|
||||||
|
|
||||||
article a {
|
article a {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
|
|
||||||
|
@ -42,8 +47,3 @@ img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
article {
|
|
||||||
line-height: 1.6;
|
|
||||||
font-size: 0.8em;
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue