From: Zhong Jianxin Date: Tue, 24 May 2016 08:38:28 +0000 (+0800) Subject: Increase line height X-Git-Url: http://git.openwrt.org/?p=web.git;a=commitdiff_plain;h=c02b82755b8c0d3c0eebb02d217b66838f69980d Increase line height --- diff --git a/css/lede.css b/css/lede.css index c288f29..4348bde 100644 --- a/css/lede.css +++ b/css/lede.css @@ -1,3 +1,7 @@ a { - text-decoration:none; + text-decoration: none; +} + +p { + line-height: 1.8; }