Results 1 to 10 of 17

Hybrid View

  1. #1
    Player rog's Avatar
    Join Date
    Mar 2011
    Posts
    1,208
    Just add !important to everything to override the site's css.

    Code:
    body {
            width:910px !important;
            min-width:650px !important;
            max-width:auto !important;
            margin: 38px 0px 0px 57px !important;
            font-size:13px !important;
            color:#3e3e3e !important;
            line-height:1.230 !important;
            margin-left: auto !important;
            margin-right: auto !important;
        }
    (0)
    Last edited by rog; 03-15-2011 at 10:57 PM.