MediaWiki:Common.css: Difference between revisions

From Wiki Awoo
Jump to navigation Jump to search
Adding blockquote formatting
 
m tweak
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
blockquote {
blockquote {
     background-color: #ddf5eb;  
     background-color: lightgrey;  
     border-style: dotted;
     border-style: dotted;
}
}

Revision as of 14:43, 29 March 2021

/* CSS placed here will be applied to all skins */
blockquote {
    background-color: lightgrey; 
    border-style: dotted;
}