User:Laura1813/battlestar.css: Difference between revisions

From Battlestar Wiki, the free, open content Battlestar Galactica encyclopedia and episode guide
(added serif font from wp)
 
(added increased font size)
Line 11: Line 11:
     font-family: serif;
     font-family: serif;
}
}
/* increased body font size */
#bodyContent { font-size:1.0em; };

Revision as of 17:30, 8 June 2012

/* main body content  font */
 
body {
 font: large serif;
  margin: 0;
 padding: 0;
}

/* serif font for page content */
.ns-0 * #content {
    font-family: serif;
}

/* increased body font size */
 
#bodyContent { font-size:1.0em; };