From cf271c193f70ed148bdf95106be277a805e5971e Mon Sep 17 00:00:00 2001 From: TomazMartins Date: Mon, 7 Sep 2015 17:50:34 -0300 Subject: [PATCH] Adjust border of the final of the list in Manuals Page --- css/article-page.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/article-page.css b/css/article-page.css index 7858700..caf2fd4 100644 --- a/css/article-page.css +++ b/css/article-page.css @@ -111,7 +111,7 @@ #content .main-block .article-body #article-actions:last-child{ margin: 0; padding: 10px 0; - border-top: 1px solid #D3D6DE; + border-top: 3px solid #172938; } /*** Categories ***/ @@ -148,12 +148,12 @@ #content .main-block #article-tags{ display: none; /* wait to fix label */ - width: 100%; + width: 100%; color: #5E82C6; border-bottom: 1px solid #D3D6DE; font-family: Arial; font-size: 12px; - font-weight: 300; + font-weight: 300; text-align: left; } -- libgit2 0.21.2