From ba524b88283bfddfa6efb3a224a1ce92f3339c81 Mon Sep 17 00:00:00 2001 From: pedrodelyra Date: Mon, 22 Jun 2015 15:24:40 -0300 Subject: [PATCH] Fixing heading's border bottom on manual's page --- style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 967b564..0e18fd4 100644 --- a/style.css +++ b/style.css @@ -2964,7 +2964,6 @@ div.software-step-info div.current-step h3 { text-align: justify; } -#content .main-block #article #article-header, #content .main-block #article .folder-content .item-info { border-top: none; border-bottom: 1px solid #ccc; @@ -3008,3 +3007,7 @@ div.software-step-info div.current-step h3 { .action-cms-upload_files #content .main-block .icon-add:before{ display: none; } + +li.folder-item:first-child { + border-top: 1px solid #ccc; +} -- libgit2 0.21.2