css fix for linux
This commit is contained in:
parent
288b4513c1
commit
6a52f0daa2
3 changed files with 13 additions and 8 deletions
17
content.css
17
content.css
|
@ -1,7 +1,12 @@
|
|||
html, body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
background: #eee;
|
||||
font-family: sans-serif;
|
||||
padding: 1em 1.5em;
|
||||
padding: 10pt 15pt;
|
||||
font-weight: lighter;
|
||||
}
|
||||
|
||||
|
@ -35,15 +40,15 @@ a {
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
article {
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
||||
article a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
article {
|
||||
line-height: 1.6;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue