Commit 752dfcc69111ee39e11b86c576fe9b76ef98ef70
1 parent
59564900
Exists in
master
and in
4 other branches
fix image paths on sass file
Showing
1 changed file
with
6 additions
and
6 deletions
Show diff stats
partial_sass/_old_internal_style.sass
... | ... | @@ -124,7 +124,7 @@ |
124 | 124 | font-size: 11px |
125 | 125 | text-align: left |
126 | 126 | .view_all a, a |
127 | - background: url("../images/button-read-more-vazio.png") no-repeat scroll left 50% transparent | |
127 | + background: url("images/button-read-more-vazio.png") no-repeat scroll left 50% transparent | |
128 | 128 | color: #333 |
129 | 129 | display: inline-block |
130 | 130 | font-weight: bold |
... | ... | @@ -179,7 +179,7 @@ |
179 | 179 | .comment-wrapper-1, .comment-wrapper-2, .comment-wrapper-3, .comment-wrapper-4, .comment-wrapper-5, .comment-wrapper-6, .comment-wrapper-7, .comment-wrapper-8 |
180 | 180 | background-image: none |
181 | 181 | a.display-comment-form |
182 | - background: url("../images/bg-btn-ver-mais-1px.png") repeat scroll 0 0 #EEEEEE | |
182 | + background: url("images/bg-btn-ver-mais-1px.png") repeat scroll 0 0 #EEEEEE | |
183 | 183 | border-color: #ddd |
184 | 184 | margin: 14px |
185 | 185 | #article |
... | ... | @@ -193,7 +193,7 @@ |
193 | 193 | list-style: none outside none |
194 | 194 | margin: 10px 0 0 |
195 | 195 | .comment-replies .article-comment |
196 | - background: url("../images/black-alpha-pixel-5.png") repeat scroll left top transparent | |
196 | + background: url("images/black-alpha-pixel-5.png") repeat scroll left top transparent | |
197 | 197 | border: 1px solid #808080 |
198 | 198 | border-radius: 5px 5px 5px 5px |
199 | 199 | margin-top: 0px |
... | ... | @@ -214,7 +214,7 @@ |
214 | 214 | min-height: 100% |
215 | 215 | #content .blog-post .short-post .read-more a |
216 | 216 | text-decoration: none |
217 | - background: url("../images/bg-btn-ver-mais-1px.png") repeat-x scroll 0 0 #DDD | |
217 | + background: url("images/bg-btn-ver-mais-1px.png") repeat-x scroll 0 0 #DDD | |
218 | 218 | border: 1px solid #CCC |
219 | 219 | border-radius: 5px |
220 | 220 | color: #666 |
... | ... | @@ -269,7 +269,7 @@ |
269 | 269 | margin-top: 0.5em |
270 | 270 | margin-right: 8px |
271 | 271 | a |
272 | - background: url("../images/bg-btn-ver-mais-1px.png") repeat-x scroll 0 0 #EEEEEE | |
272 | + background: url("images/bg-btn-ver-mais-1px.png") repeat-x scroll 0 0 #EEEEEE | |
273 | 273 | border: 1px solid #CCCCCC |
274 | 274 | border-radius: 5px 5px 5px 5px |
275 | 275 | display: inline |
... | ... | @@ -333,7 +333,7 @@ |
333 | 333 | #content |
334 | 334 | .box-1 |
335 | 335 | .block-title |
336 | - background: url("../images/bg-titulo-interno.png") repeat-x scroll 0 0 #FFF | |
336 | + background: url("images/bg-titulo-interno.png") repeat-x scroll 0 0 #FFF | |
337 | 337 | border-bottom: medium none |
338 | 338 | border-top: 0px solid #757575 |
339 | 339 | color: #757575 | ... | ... |