Difference between revisions of "MediaWiki:Common.css"

From Freeside Atlanta
Jump to navigation Jump to search
Line 5: Line 5:
     border: dashed thin;
     border: dashed thin;
     padding: 10px;
     padding: 10px;
    font-style: italic;
}
}

Revision as of 04:51, 21 January 2013

/* CSS placed here will be applied to all skins */

blockquote.quote {
    background-color: #DDDDDD; 
    border: dashed thin;
    padding: 10px;
    font-style: italic;
}