Commit cf271c193f70ed148bdf95106be277a805e5971e

Authored by Tomáz Martins
1 parent 892667f0

Adjust border of the final of the list in Manuals Page

Signed-off-by: BrunaMoreira <brunanayaramlima@gmail.com>
Signed-off-by: TomazMartins <tomaz.r.martins@gmail.com>
Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
css/article-page.css
@@ -111,7 +111,7 @@ @@ -111,7 +111,7 @@
111 #content .main-block .article-body #article-actions:last-child{ 111 #content .main-block .article-body #article-actions:last-child{
112 margin: 0; 112 margin: 0;
113 padding: 10px 0; 113 padding: 10px 0;
114 - border-top: 1px solid #D3D6DE; 114 + border-top: 3px solid #172938;
115 } 115 }
116 116
117 /*** Categories ***/ 117 /*** Categories ***/
@@ -148,12 +148,12 @@ @@ -148,12 +148,12 @@
148 148
149 #content .main-block #article-tags{ 149 #content .main-block #article-tags{
150 display: none; /* wait to fix label */ 150 display: none; /* wait to fix label */
151 - width: 100%; 151 + width: 100%;
152 color: #5E82C6; 152 color: #5E82C6;
153 border-bottom: 1px solid #D3D6DE; 153 border-bottom: 1px solid #D3D6DE;
154 font-family: Arial; 154 font-family: Arial;
155 font-size: 12px; 155 font-size: 12px;
156 - font-weight: 300; 156 + font-weight: 300;
157 text-align: left; 157 text-align: left;
158 } 158 }
159 159