Commit c4f919fc7dc571f24a8f4460ed5c572308811c6c
1 parent
6adc6664
Exists in
master
and in
2 other branches
Style para titulos em posts de blogs
Showing
1 changed file
with
25 additions
and
4 deletions
Show diff stats
style.css
... | ... | @@ -290,10 +290,6 @@ div#article-parent { |
290 | 290 | background: none; |
291 | 291 | } |
292 | 292 | |
293 | -#content .blog-post .title { | |
294 | - text-align: left; | |
295 | -} | |
296 | - | |
297 | 293 | /* Box styles */ |
298 | 294 | .box-1 { |
299 | 295 | margin: 0 0 0 170px; |
... | ... | @@ -349,11 +345,36 @@ div#article-parent { |
349 | 345 | background-image: none; |
350 | 346 | } |
351 | 347 | |
348 | +#content .main-block h1 { | |
349 | + border-bottom: 0px; | |
350 | +} | |
351 | + | |
352 | +#content #article-header h1 { | |
353 | + color: #2C67CD; | |
354 | + font-weight: normal; | |
355 | + margin-bottom: 3px !important; | |
356 | + text-transform: uppercase; | |
357 | + font-size: 1.3em; | |
358 | +} | |
359 | + | |
360 | +/* Blog posts */ | |
361 | + | |
352 | 362 | .blog-post { |
353 | 363 | background: none !important; |
354 | 364 | margin: 0px; |
355 | 365 | } |
356 | 366 | |
367 | +#content .blog-posts { margin: 0px; } | |
368 | + | |
369 | +#content .blog-post { | |
370 | + padding: 0px; | |
371 | +} | |
372 | + | |
373 | +#content .blog-post .title { | |
374 | + text-align: left; | |
375 | + border: 0px; | |
376 | +} | |
377 | + | |
357 | 378 | #content .blog-post .read-more a { |
358 | 379 | padding: 4px; |
359 | 380 | border: 1px solid #DFDFDF; | ... | ... |