Commit 867bbf3713e0482a4d214f4fb4502eeb7ad95466
1 parent
90b6a56a
Exists in
master
and in
10 other branches
Visual adjustment - Help
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
pagina-artigos.css
... | ... | @@ -137,13 +137,13 @@ ol li { |
137 | 137 | |
138 | 138 | .voltar-ao-topo a { |
139 | 139 | padding-left: 20px; |
140 | - background: url("++resource++brasil.gov.portal/img/voltar-topo.png") no-repeat left center; | |
141 | - color: #777; | |
140 | + background: url(images/voltar-topo.png) no-repeat left center !important; | |
141 | + color: #777 !important; | |
142 | 142 | font-size: 15px; |
143 | 143 | } |
144 | 144 | |
145 | 145 | .ancor { |
146 | - text-decoration: none; | |
146 | + text-decoration: none !important; | |
147 | 147 | border-bottom: 1px dotted; |
148 | 148 | margin-right: 5px; |
149 | 149 | } | ... | ... |