get rid of bootstrap's blockqote margin css which is just bloody wrong and can't easily be over-ridden

This commit is contained in:
friendica 2014-01-25 02:53:31 -08:00
parent 3869b16298
commit 4b66a399e4
3 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
2014-01-24.567
2014-01-25.568

View File

@ -91,6 +91,7 @@ blockquote {
border-left: 4px solid #dae4ee;
padding: 0.4em;
color: #000;
margin-left: 20px;
}
.ccollapse-wrapper {