From bb0486ac3864c52b8aacd300d4dfb8d630d43709 Mon Sep 17 00:00:00 2001 From: TomazMartins Date: Mon, 7 Sep 2015 15:54:03 -0300 Subject: [PATCH] Clean background-color of the code block in tutorials --- css/main-content.css | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/css/main-content.css b/css/main-content.css index 13ac46e..e67c890 100644 --- a/css/main-content.css +++ b/css/main-content.css @@ -144,14 +144,24 @@ } /* This is a temporary solution until noosfero deals with logged-out comments in a better manner. */ -.comment-replies .comment-logged-out .comment-text, -.comment-logged-out .comment-picture, +.comment-replies .comment-logged-out .comment-text, +.comment-logged-out .comment-picture, .comment-logged-out h4 { opacity: 1.0; } -.comment-logged-out .comment-text, +.comment-logged-out .comment-text, .comment-info { color: black; } /**/ + +/* Temporary solution to code block in tutorial page. */ +.article-body td { + background-color: white; +} + +.article-body td:hover { + background-color: white; +} +/* End of temporary solution to code block in tutorial page. */ -- libgit2 0.21.2