Template:Quote/styles.css: Difference between revisions

From Droid Reference Library
Jump to navigation Jump to search
(Created page with "→‎Styling for Template:Quote: .templatequote { overflow: hidden; margin: 1em 0; padding: 0 40px; } .templatequote .templatequotecite { line-height: 1.5em; /* @no...")
 
(No difference)

Latest revision as of 05:23, 16 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;

}