MediaWiki

Difference between revisions of "Common.css"

Geoff Stein - Author & Editor

(Created page with "CSS placed here will be applied to all skins: body{ background: #e1e1e1 url("/images/palm_background.jpg") 0px 0px no-repeat; }")
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
body{ background: #e1e1e1 url("/images/palm_background.jpg") 0px 0px no-repeat; }
+
body{ background: url("/images/palm_background.jpg") 0px 0px no-repeat; }

Revision as of 22:07, 31 May 2014

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

body{ background: url("/images/palm_background.jpg") 0px 0px no-repeat; }