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,7 +124,7 @@ | ||
124 | font-size: 11px | 124 | font-size: 11px |
125 | text-align: left | 125 | text-align: left |
126 | .view_all a, a | 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 | color: #333 | 128 | color: #333 |
129 | display: inline-block | 129 | display: inline-block |
130 | font-weight: bold | 130 | font-weight: bold |
@@ -179,7 +179,7 @@ | @@ -179,7 +179,7 @@ | ||
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 | 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 | background-image: none | 180 | background-image: none |
181 | a.display-comment-form | 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 | border-color: #ddd | 183 | border-color: #ddd |
184 | margin: 14px | 184 | margin: 14px |
185 | #article | 185 | #article |
@@ -193,7 +193,7 @@ | @@ -193,7 +193,7 @@ | ||
193 | list-style: none outside none | 193 | list-style: none outside none |
194 | margin: 10px 0 0 | 194 | margin: 10px 0 0 |
195 | .comment-replies .article-comment | 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 | border: 1px solid #808080 | 197 | border: 1px solid #808080 |
198 | border-radius: 5px 5px 5px 5px | 198 | border-radius: 5px 5px 5px 5px |
199 | margin-top: 0px | 199 | margin-top: 0px |
@@ -214,7 +214,7 @@ | @@ -214,7 +214,7 @@ | ||
214 | min-height: 100% | 214 | min-height: 100% |
215 | #content .blog-post .short-post .read-more a | 215 | #content .blog-post .short-post .read-more a |
216 | text-decoration: none | 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 | border: 1px solid #CCC | 218 | border: 1px solid #CCC |
219 | border-radius: 5px | 219 | border-radius: 5px |
220 | color: #666 | 220 | color: #666 |
@@ -269,7 +269,7 @@ | @@ -269,7 +269,7 @@ | ||
269 | margin-top: 0.5em | 269 | margin-top: 0.5em |
270 | margin-right: 8px | 270 | margin-right: 8px |
271 | a | 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 | border: 1px solid #CCCCCC | 273 | border: 1px solid #CCCCCC |
274 | border-radius: 5px 5px 5px 5px | 274 | border-radius: 5px 5px 5px 5px |
275 | display: inline | 275 | display: inline |
@@ -333,7 +333,7 @@ | @@ -333,7 +333,7 @@ | ||
333 | #content | 333 | #content |
334 | .box-1 | 334 | .box-1 |
335 | .block-title | 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 | border-bottom: medium none | 337 | border-bottom: medium none |
338 | border-top: 0px solid #757575 | 338 | border-top: 0px solid #757575 |
339 | color: #757575 | 339 | color: #757575 |