docs cleanup and blockquote cleanup for .pull-right option

This commit is contained in:
Mark Otto 2012-07-15 16:13:25 -07:00
parent 750badabf7
commit e20d2dfe9d
8 changed files with 35 additions and 19 deletions

View file

@ -1053,7 +1053,6 @@
</div><!-- /container -->

View file

@ -179,6 +179,14 @@ blockquote {
small {
text-align: right;
}
small {
&:before {
content: '';
}
&:after {
content: '\00A0 \2014';
}
}
}
}