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

Line 14: Line 14:
  
  
 
+
#top_menu_under {
 +
  height: 0px;
  
  
Line 20: Line 21:
 
#globalWrapper {
 
#globalWrapper {
 
     padding-bottom: 0px;
 
     padding-bottom: 0px;
 +
    padding-top: -10px;
 
}
 
}

Revision as of 13:51, 23 July 2016

/* rebekah - fix margin and sidebar issues */ #sideMenu, #top_title {display:none;} #content { padding:0px; width:100%; margin:0px;}


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


  1. top_menu_under {
 height: 0px;


  1. globalWrapper {
   padding-bottom: 0px;
   padding-top: -10px;

}