Commit d9fb2cc495eadd2e41eacc5ab8f51ec7e8543d14

Authored by Gustavo Cruz
1 parent e17b3e0b

redefinido o css

Showing 1 changed file with 8 additions and 1 deletions   Show diff stats
@@ -360,9 +360,11 @@ body { @@ -360,9 +360,11 @@ body {
360 html {background-image: none;background-color: #EEE;} 360 html {background-image: none;background-color: #EEE;}
361 361
362 #navigation, 362 #navigation,
  363 +#navigation-control,
363 #profile-header, 364 #profile-header,
364 #site-title {display: none;} 365 #site-title {display: none;}
365 366
  367 +
366 #wrap-2 {background-image: none;background-color: #EEE;} 368 #wrap-2 {background-image: none;background-color: #EEE;}
367 369
368 #content {margin-top: 10px;} 370 #content {margin-top: 10px;}
@@ -471,5 +473,10 @@ padding-left: 0px; @@ -471,5 +473,10 @@ padding-left: 0px;
471 #article-sub-header {display: none;} 473 #article-sub-header {display: none;}
472 474
473 #article-toolbar {margin-bottom: 20px;} 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