Difference between revisions of "Team:Stanford-Brown/css/custom"

Line 14: Line 14:
  
 
.navbar {
 
.navbar {
   margin-top: 15px;
+
   margin-top: 10px;
 
}
 
}
  
Line 29: Line 29:
 
margin-bottom: 30px;
 
margin-bottom: 30px;
 
}
 
}
 +
 +
/* ------Footer--------*/
 +
 +
ul.unstyled {
 +
  list-style: none;
 +
  padding: 0;
 +
}
 +
 +
  
 
/*--------Pfold ------*/
 
/*--------Pfold ------*/

Revision as of 21:29, 17 August 2015

/*----------Font-----------*/

p { font-size: 0.8em; }

body { font-size: 0.8em; }


/*------- Moving Navbar Down ---------*/


.navbar {

 margin-top: 10px;

}

/*-------Moving team down ------- */

.jumbotron { margin-top: 100px; margin-bottom: 20px; }

/*-------Team Pictures----------*/

.pic { margin-bottom: 30px; }

/* ------Footer--------*/

ul.unstyled {

  list-style: none;
  padding: 0;

}


/*--------Pfold ------*/

.foldingStuff { height:500px !important; }

.uc-initial-content { text-align:center; background-color:blue;

}

.uc-final-content{ text-align:center; background-color:purple; z-index: 10; }