File tree Expand file tree Collapse file tree 2 files changed +20
-4
lines changed Expand file tree Collapse file tree 2 files changed +20
-4
lines changed Original file line number Diff line number Diff line change @@ -345,11 +345,19 @@ ol.lower-latin {
345345 list-style-type : lower-latin;
346346}
347347blockquote {
348+ background-color : rgba (128 , 128 , 128 , 0.15 );
348349 background-image : url ("/a/quote-symbol.png" );
349- background-position : 0 px -12 px ;
350+ background-position : 4 px -4 px ;
350351 background-repeat : no-repeat;
352+ border-radius : 6px ;
353+ clear : both;
351354 margin : 0px ;
352- padding : 0px 0px 0px 48px ;
355+ min-height : 38px ;
356+ padding : 1px 8px 1px 54px ;
357+ }
358+ blockquote > ol ,
359+ blockquote > ul {
360+ padding-left : 22px ;
353361}
354362table {
355363 border-collapse : collapse;
Original file line number Diff line number Diff line change @@ -360,11 +360,19 @@ ol.lower-latin {
360360 list-style-type : lower-latin;
361361}
362362blockquote {
363+ background-color : rgba (128 , 128 , 128 , 0.15 );
363364 background-image : url ("/a/quote-symbol.png" );
364- background-position : 0 px -12 px ;
365+ background-position : 4 px -4 px ;
365366 background-repeat : no-repeat;
367+ border-radius : 6px ;
368+ clear : both;
366369 margin : 0px ;
367- padding : 0px 0px 0px 48px ;
370+ min-height : 38px ;
371+ padding : 1px 8px 1px 54px ;
372+ }
373+ blockquote > ol ,
374+ blockquote > ul {
375+ padding-left : 22px ;
368376}
369377table {
370378 border-collapse : collapse;
You can’t perform that action at this time.
0 commit comments