Commit 2d8bae61 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Add styles for blockquotes.

Useful for quoting in comments.
parent b50435ca
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -65,6 +65,9 @@
      td {
        color: #484848;
        padding: 2px 20px 2px 0; } }
    blockquote {
      padding-left: 1em;
      border-left: solid 1em #e8e8e8; }
    pre.notpretty, pre.prettyprint {
      background-color: #f7f7f7;
      border: solid 1px #e8e8e8;