From: Zhong Jianxin Date: Tue, 24 May 2016 08:58:58 +0000 (+0800) Subject: Add space between logo and title X-Git-Url: http://git.openwrt.org/?p=web.git;a=commitdiff_plain;h=d2ac8b2f4544dbb07efc9e094773e13efb9620b4 Add space between logo and title --- diff --git a/_layouts/default.html b/_layouts/default.html index 03ad340..64c354e 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -31,7 +31,7 @@

- {{page.title}} + {{page.title}}

diff --git a/css/lede.css b/css/lede.css index 79188ab..8831a20 100644 --- a/css/lede.css +++ b/css/lede.css @@ -16,3 +16,7 @@ p { min-height: 2.8125rem; } } + +.top-bar .top-bar-title { + padding-left: 10px; +}