From 5b8c4da86cbfe085a153bf34175eff69f494b87d Mon Sep 17 00:00:00 2001 From: s-nakajima Date: Sun, 3 Jul 2016 00:28:23 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=E6=96=87=E5=AD=97=E3=82=B5=E3=82=A4?= =?UTF-8?q?=E3=82=BA=E3=82=92=E5=81=B6=E6=95=B0=E5=80=A4=E3=81=AB=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webroot/css/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/webroot/css/style.css b/webroot/css/style.css index 1b462aa8..521155f4 100644 --- a/webroot/css/style.css +++ b/webroot/css/style.css @@ -384,7 +384,7 @@ ul.nav-pills { .frame .nc-content-list > .h1, .frame.nc-content-list article h1, .frame.nc-content-list article .h1 { - font-size: 27px; + font-size: 28px; } .frame.nc-content-list article h2, @@ -405,12 +405,12 @@ ul.nav-pills { } .frame.nc-content-list article h6, .frame.nc-content-list article .h6 { - font-size: 9px; + font-size: 8px; } .frame.nc-content article h1, .frame.nc-content article .h1 { - font-size: 27px; + font-size: 28px; } .frame.nc-content article h2, .frame.nc-content article .h2 { @@ -430,5 +430,5 @@ ul.nav-pills { } .frame.nc-content article h6, .frame.nc-content article .h6 { - font-size: 9px; + font-size: 8px; } From e2ef42f3b3c017c2d7ff0fab78bf48130f91e66f Mon Sep 17 00:00:00 2001 From: s-nakajima Date: Sun, 3 Jul 2016 00:50:08 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=E3=82=B3=E3=83=B3=E3=83=86=E3=83=B3?= =?UTF-8?q?=E3=83=84=E5=86=85=E3=81=AEfooter=E3=82=BF=E3=82=B0=E3=81=AE?= =?UTF-8?q?=E3=83=9E=E3=83=BC=E3=82=B8=E3=83=B3=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webroot/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/webroot/css/style.css b/webroot/css/style.css index 521155f4..bf3eac89 100644 --- a/webroot/css/style.css +++ b/webroot/css/style.css @@ -287,6 +287,11 @@ ul.nav-pills { .frame.nc-content header { margin-bottom: 8px; } +.frame.nc-content-list footer, +.frame.nc-content footer { + margin-top: 16px; + margin-bottom: 8px; +} /** * コンテンツリストの各コンテンツのスタイル