Difference between revisions of "Template:Peking/css/fix"

Line 13: Line 13:
 
p {
 
p {
 
color: #5b5b5b;
 
color: #5b5b5b;
font-size: 13pt !important;
+
font-size: 12pt !important;
 
line-height: 1.5em;
 
line-height: 1.5em;
 
font-family: 'raleway-regular', sans-serif !important;
 
font-family: 'raleway-regular', sans-serif !important;

Revision as of 04:29, 24 July 2016

/* rebekah - fix margin and sidebar issues */ #sideMenu, #top_title {display:none;} #content {

    padding:0px;
    width:100%;
    margin:0px;
   background-color: rgba(255,255,255,0);

}


/* rebekah - body font formatting */ p { color: #5b5b5b; font-size: 12pt !important; line-height: 1.5em; font-family: 'raleway-regular', sans-serif !important; font-weight: 300; }


  1. top_menu_under {
   height: 0px

}


  1. globalWrapper {
   padding-bottom: 0px;

}