<newsletter:master> don't style blockquotes the same as code

Dominic Hopf git-noreply at xxxxx
Mon Jul 25 22:30:01 UTC 2011


Updating branch refs/heads/master
         to 94ef34c771f2525f13a843b1562708544a790c05 (commit)
       from deda747d4a547d708aa1257b59fbc254d8746174 (commit)

commit 94ef34c771f2525f13a843b1562708544a790c05
Author: Dominic Hopf <dmaphy at fedoraproject.org>
Date:   Mon Jul 25 23:01:17 2011 +0200

    don't style blockquotes the same as code

 stylesheets/mainstyle.css |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/stylesheets/mainstyle.css b/stylesheets/mainstyle.css
index f9a36b4..0f31329 100644
--- a/stylesheets/mainstyle.css
+++ b/stylesheets/mainstyle.css
@@ -172,7 +172,7 @@ div#content a:hover
 	text-decoration: underline;
 }
 
-code, blockquote, pre.literal-block
+code, pre.literal-block
 {
 	display: block;
 	padding-left: 4px;



More information about the Newsletter-Commits mailing list