fix styles on right aligned blockquote to flip padding and border appropriately
This commit is contained in:
parent
9daf1661c5
commit
916761d568
3 changed files with 10 additions and 2 deletions
|
|
@ -165,6 +165,10 @@ blockquote {
|
|||
// Float right with text-align: right
|
||||
&.pull-right {
|
||||
float: right;
|
||||
padding-left: 0;
|
||||
padding-right: 15px;
|
||||
border-left: 0;
|
||||
border-right: 5px solid #eee;
|
||||
p,
|
||||
small {
|
||||
text-align: right;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue