Template:Quote/styles.css: Difference between revisions

From OniGalore
(Created page with ".tpl-quote { background-color:transparent; width:auto; margin:5px 1em 5px 4em; font-size:90%; } .tpl-quote-citation:empty { display:none; } →‎[[Category:Message box templates]]: ")
 
No edit summary
Line 9: Line 9:
.tpl-quote-citation:empty
.tpl-quote-citation:empty
{
{
  text-align:right;
   display:none;
   display:none;
}
}


/*[[Category:Message box templates]]*/
/*[[Category:Message box templates]]*/

Revision as of 02:23, 3 February 2026

.tpl-quote {

  background-color:transparent;
  width:auto;
  margin:5px 1em 5px 4em;
  font-size:90%;

}

.tpl-quote-citation:empty {

  text-align:right;
  display:none;

}

/**/