mirror of
https://github.com/jasny/bootstrap.git
synced 2026-04-24 03:00:49 -04:00
fix styles on right aligned blockquote to flip padding and border appropriately
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user