User:WOSlinker/common.css: Difference between revisions

From Wikimedia UK
Jump to navigation Jump to search
(Created page with "#mp-topbanner { width:100%; -moz-border-radius:1em; -webkit-border-radius:1em; border-radius:1em; background:#fcfcfc; border:1px solid #ccc; font-...")
 
No edit summary
Line 6: Line 6:
     background:#fcfcfc;
     background:#fcfcfc;
     border:1px solid #ccc;
     border:1px solid #ccc;
    font-size:95%;
    text-align: center;
}
td .mp-topbanner {
     font-size:95%;
     font-size:95%;
     text-align: center;
     text-align: center;
}
}

Revision as of 14:28, 14 December 2011

#mp-topbanner { 
    width:100%;
    -moz-border-radius:1em;
    -webkit-border-radius:1em;
    border-radius:1em;
    background:#fcfcfc;
    border:1px solid #ccc;
    font-size:95%;
    text-align: center;
}

td .mp-topbanner { 
    font-size:95%;
    text-align: center;
}