Difference between revisions of "Module:Quote/styles.css"

From blackwiki
Jump to navigation Jump to search
test>TheDJ
(Created page with '→‎Styling for Template:Quote: .templatequote { margin-top: 0; } .templatequote .templatequotecite { line-height: 1.5em; →‎@noflip: text-al...')
 
test>TheDJ
m
Line 1: Line 1:
 
/* Styling for Template:Quote */
 
/* Styling for Template:Quote */
 
.templatequote {
 
.templatequote {
    margin-top: 0;
+
overflow: hidden;
 +
margin: 1em 0;
 +
padding: 0 40px;
 
}
 
}
 
.templatequote .templatequotecite {
 
.templatequote .templatequotecite {

Revision as of 08:36, 10 August 2018

/* 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;
}