From 2185d052796afdeb370cd741524612ededea1cb8 Mon Sep 17 00:00:00 2001 From: Marcelo JĂșnior Date: Wed, 26 Aug 2015 20:34:28 -0300 Subject: [PATCH] fix css --- style.css | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index edbc741..20b7d72 100644 --- a/style.css +++ b/style.css @@ -833,7 +833,7 @@ span.p_e_btn_perspectivas { padding: 15px 20px 20px; text-align: left; margin-bottom: 10px; - width: 22%; + width: 160px; color: #635800; font-size: 18px; font-weight: bold; @@ -849,6 +849,18 @@ span.p_e_btn_perspectivas:before { position: relative; top: -8px; font-weight: normal; + +} + +#article a.p_e_btn_links { +text-decoration: none !important; +text-align: left !important; +display: inline-block; +overflow: hidden; +} + +#article { +text-align: left !important; } #content .link-list-block li a:hover {background-color: #9CC8EB;color: #333;} -- libgit2 0.21.2