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...')
 
m (5 revisions imported)
 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
/* Styling for Template:Quote */
+
/* {{pp-template}} */
 
.templatequote {
 
.templatequote {
    margin-top: 0;
+
overflow: hidden;
 +
margin: 1em 0;
 +
padding: 0 40px;
 
}
 
}
 +
 
.templatequote .templatequotecite {
 
.templatequote .templatequotecite {
 
     line-height: 1.5em;
 
     line-height: 1.5em;

Latest revision as of 10:23, 6 September 2020

/* {{pp-template}} */
.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;
}