updated docs and type styles for blockquotes and a few fixes for type

This commit is contained in:
Mark Otto
2011-10-30 20:14:27 -07:00
parent 0218d079ad
commit 3f512adf95
7 changed files with 78 additions and 83 deletions

View File

@@ -160,6 +160,15 @@ blockquote {
content: '\2014 \00A0';
}
}
// Float right with text-align: right
&.pull-right {
float: right;
p,
small {
text-align: right;
}
}
}
// Addresses