diff --git a/style.css b/style.css index 377a9ed..c406a35 100644 --- a/style.css +++ b/style.css @@ -360,9 +360,11 @@ body { html {background-image: none;background-color: #EEE;} #navigation, +#navigation-control, #profile-header, #site-title {display: none;} + #wrap-2 {background-image: none;background-color: #EEE;} #content {margin-top: 10px;} @@ -471,5 +473,10 @@ padding-left: 0px; #article-sub-header {display: none;} #article-toolbar {margin-bottom: 20px;} - +.comment_paragraph { + background-color: #ECECEC; + display: table-cell; + padding: 10px; + width: 97%; +} -- libgit2 0.21.2