updated docs and type styles for blockquotes and a few fixes for type
This commit is contained in:
parent
0218d079ad
commit
3f512adf95
7 changed files with 78 additions and 83 deletions
|
|
@ -160,6 +160,15 @@ blockquote {
|
|||
content: '\2014 \00A0';
|
||||
}
|
||||
}
|
||||
|
||||
// Float right with text-align: right
|
||||
&.pull-right {
|
||||
float: right;
|
||||
p,
|
||||
small {
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Addresses
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue