Commit d9fb2cc495eadd2e41eacc5ab8f51ec7e8543d14
1 parent
e17b3e0b
Exists in
master
and in
2 other branches
redefinido o css
Showing
1 changed file
with
8 additions
and
1 deletions
Show diff stats
style.css
... | ... | @@ -360,9 +360,11 @@ body { |
360 | 360 | html {background-image: none;background-color: #EEE;} |
361 | 361 | |
362 | 362 | #navigation, |
363 | +#navigation-control, | |
363 | 364 | #profile-header, |
364 | 365 | #site-title {display: none;} |
365 | 366 | |
367 | + | |
366 | 368 | #wrap-2 {background-image: none;background-color: #EEE;} |
367 | 369 | |
368 | 370 | #content {margin-top: 10px;} |
... | ... | @@ -471,5 +473,10 @@ padding-left: 0px; |
471 | 473 | #article-sub-header {display: none;} |
472 | 474 | |
473 | 475 | #article-toolbar {margin-bottom: 20px;} |
474 | - | |
476 | +.comment_paragraph { | |
477 | + background-color: #ECECEC; | |
478 | + display: table-cell; | |
479 | + padding: 10px; | |
480 | + width: 97%; | |
481 | +} | |
475 | 482 | ... | ... |