Commit 2185d052796afdeb370cd741524612ededea1cb8
1 parent
503e05b7
Exists in
master
and in
2 other branches
fix css
Showing
1 changed file
with
13 additions
and
1 deletions
Show diff stats
style.css
| @@ -833,7 +833,7 @@ span.p_e_btn_perspectivas { | @@ -833,7 +833,7 @@ span.p_e_btn_perspectivas { | ||
| 833 | padding: 15px 20px 20px; | 833 | padding: 15px 20px 20px; |
| 834 | text-align: left; | 834 | text-align: left; |
| 835 | margin-bottom: 10px; | 835 | margin-bottom: 10px; |
| 836 | - width: 22%; | 836 | + width: 160px; |
| 837 | color: #635800; | 837 | color: #635800; |
| 838 | font-size: 18px; | 838 | font-size: 18px; |
| 839 | font-weight: bold; | 839 | font-weight: bold; |
| @@ -849,6 +849,18 @@ span.p_e_btn_perspectivas:before { | @@ -849,6 +849,18 @@ span.p_e_btn_perspectivas:before { | ||
| 849 | position: relative; | 849 | position: relative; |
| 850 | top: -8px; | 850 | top: -8px; |
| 851 | font-weight: normal; | 851 | font-weight: normal; |
| 852 | + | ||
| 853 | +} | ||
| 854 | + | ||
| 855 | +#article a.p_e_btn_links { | ||
| 856 | +text-decoration: none !important; | ||
| 857 | +text-align: left !important; | ||
| 858 | +display: inline-block; | ||
| 859 | +overflow: hidden; | ||
| 860 | +} | ||
| 861 | + | ||
| 862 | +#article { | ||
| 863 | +text-align: left !important; | ||
| 852 | } | 864 | } |
| 853 | 865 | ||
| 854 | #content .link-list-block li a:hover {background-color: #9CC8EB;color: #333;} | 866 | #content .link-list-block li a:hover {background-color: #9CC8EB;color: #333;} |