1
0
Fork 0
forked from github/pelican

Remove an useless css background image. Fix #209

This commit is contained in:
Alexis Metaireau 2012-02-20 13:36:41 +01:00
commit bf314fde6b

View file

@ -15,7 +15,7 @@
/***** Global *****/
/* Body */
body {
background: #F5F4EF url('../images/bg.png');
background: #F5F4EF;
color: #000305;
font-size: 87.5%; /* Base font size: 14px */
font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;