projects
/
web.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91bd422
)
style: use sans-serif font
author
Rafał Miłecki
<zajec5@gmail.com>
Wed, 4 May 2016 08:40:01 +0000
(10:40 +0200)
committer
Jo-Philipp Wich
<jo@wwsnet.net>
Wed, 4 May 2016 11:12:02 +0000
(12:12 +0100)
Using sans-serif is recommended for web pages as it makes text easier to
read on screens.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
css/lede.css
patch
|
blob
|
history
diff --git
a/css/lede.css
b/css/lede.css
index 3c6f3d824d64bbf929bc663b4e8f04553cb56ef9..bb0abde0130d88d430715bd2a653fedf8c121f3a 100644
(file)
--- a/
css/lede.css
+++ b/
css/lede.css
@@
-2,6
+2,10
@@
html {
background: #aaa;
}
+body {
+ font-family: sans-serif;
+}
+
body.article {
max-width: 800px;
border: 1px solid #999;