Adding bottom margin for quotes

svn path=/trunk/; revision=20407
This commit is contained in:
ato
2011-04-27 13:47:20 +00:00
parent 9fb18fcae0
commit 34abe906d1

View File

@@ -132,6 +132,7 @@ blockquote {
background-color: rgb(245,245,245);
border-left: .8em solid rgb(190,190,190);
color: rgb(90,90,90);
margin-bottom: .8em;
padding: .1em .5em .2em .9em;
}