Bug 339818: quote bar spacing differs on left vs right side, patch by Tuukka Tolvanen <tuukka.tolvanen@gmail.com>, r=mscott

This commit is contained in:
gavin%gavinsharp.com 2006-08-11 20:47:07 +00:00
parent ef422a10ed
commit fc4ad2cc07

View File

@ -19,7 +19,7 @@
/* ::::: colorize block quote borders. We only go 7 levels deep ::::: */
blockquote[type=cite] {
padding: 0em .5em .5em 1em !important;
padding: 0em 1em .5em !important;
border-right: 2px solid blue !important;
border-left: 2px solid blue !important;
}