mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
Adds parameter for left aligned pullquotes, fixes #215
This commit is contained in:
@ -115,7 +115,8 @@ blockquote {
|
||||
}
|
||||
}
|
||||
|
||||
.pullquote-right:before, .pullquote-left:before {
|
||||
.pullquote-right:before,
|
||||
.pullquote-left:before {
|
||||
/* Reset metrics. */
|
||||
padding: 0;
|
||||
border: none;
|
||||
@ -136,11 +137,9 @@ blockquote {
|
||||
}
|
||||
|
||||
.pullquote-left:before {
|
||||
|
||||
/* Make left pullquotes align properly. */
|
||||
float: left;
|
||||
margin: .5em 1.5em 1em 0;
|
||||
|
||||
}
|
||||
|
||||
/* @extend this to force long lines of continuous text to wrap */
|
||||
|
||||
Reference in New Issue
Block a user