Difference between revisions of "Template:Quote/styles.css"
Jump to navigation
Jump to search
m (Remove wiki template) |
m (Fix spacing) |
||
Line 6: | Line 6: | ||
} | } | ||
.templatequote .templatequotecite { | .templatequote .templatequotecite { | ||
line-height: 1.5em; | |||
/* @noflip */ | |||
text-align: left; | |||
/* @noflip */ | |||
padding-left: 1.6em; | |||
margin-top: 0; | |||
} | } |
Revision as of 22:43, 23 August 2019
/* Styling for Template:Quote */ .templatequote { overflow: hidden; margin: 1em 0; padding: 0 40px; } .templatequote .templatequotecite { line-height: 1.5em; /* @noflip */ text-align: left; /* @noflip */ padding-left: 1.6em; margin-top: 0; }