]> code.citadel.org Git - citadel.git/blobdiff - webcit-ng/static/css/webcit.css
Colored left-borders on blockquotes for the win
[citadel.git] / webcit-ng / static / css / webcit.css
index 122f3df79f72e424c9f5c9f1088267d85732b2f0..4cdaf2b819d7d1b51acfc3646f859a232cee3630 100644 (file)
@@ -296,29 +296,35 @@ html,body,h1,h2,h3,h4,h5 {
 blockquote {
        background-color: #f5f5f5 !important;
        color: Navy !important;
+       border-left: 2px solid Navy;
        margin-bottom: 0px;
        padding-bottom: 0px;
        margin-left: 1em;
+       padding-left: 1em;
 }
 
 blockquote blockquote {
        background-color: #ebebeb !important;
        color: Maroon !important;
+       border-left: 2px solid Maroon;
 }
 
 blockquote blockquote blockquote {
        background-color: #e1e1e1 !important;
        color: Green !important;
+       border-left: 2px solid Green;
 }
 
 blockquote blockquote blockquote blockquote {
        background-color: #d7d7d7 !important;
        color: Purple !important;
+       border-left: 2px solid Purple;
 }
 
 blockquote blockquote blockquote blockquote blockquote {
        background-color: #cdcdcd !important;
        color: Teal !important;
+       border-left: 2px solid Teal;
 }
 
 blockquote pre {