Difference between revisions of "Team:Oxford/Assets/Style.css"

(Created page with "#mainContainer { width: 100%; height: 100%; overflow:auto; float:center; margin-left:auto; margin-right:auto; margin-bottom: 2...")
 
Line 25: Line 25:
 
border-top: none;
 
border-top: none;
 
font-family: 'Avenir', sans-serif;
 
font-family: 'Avenir', sans-serif;
 +
}
 +
 +
 +
.navbar {
 +
    margin-top: 20px;
 
}
 
}

Revision as of 20:05, 18 July 2015

  1. mainContainer {

width: 100%;

               height: 100%;

overflow:auto; float:center; margin-left:auto;

               margin-right:auto;

margin-bottom: 2px; background-color: #fff; border-bottom: 0px solid #565656; border-right: 0px solid #565656; border-left: 0px solid #565656; border-top: 10px solid #002147; font-family: 'Avenir', sans-serif; }

  1. contentContainer {

padding-top:20px; padding-right:8px; margin-bottom: 30px; width: 94%; padding-left: 25px; float: none; background-color: #fff; border-top: none; font-family: 'Avenir', sans-serif; }


.navbar {

   margin-top: 20px;

}