From a5460376ce2b99614610cf9c0d0ecad650b142a5 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 fefb0dd..b145389 100644 --- a/style.css +++ b/style.css @@ -2938,7 +2938,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; @@ -2982,3 +2981,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