Difference between revisions of "User:Svip/vector.css"

From The Infosphere, the Futurama Wiki
Jump to navigation Jump to search
(Created page with 'body { background: #13202e; }')
 
Line 1: Line 1:
body {
body {
     background: #13202e;
     background: #13202e;
}
.donation-notice {
    border: 1px solid #a7d7f9;
    font-size: 80%;
    line-spacing: 0.9;
    width: 90%;
}
}

Revision as of 18:10, 30 July 2009

body {
    background: #13202e;
}

.donation-notice {
    border: 1px solid #a7d7f9;
    font-size: 80%;
    line-spacing: 0.9;
    width: 90%;
}