Difference between revisions of "Team:Tec-Monterrey/css/Modelcss"

 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
.indent{
 
.indent{
     text-indent: 50px;
+
     text-indent: 30px;
 
}
 
}
  
Line 42: Line 42:
 
         visibility: hidden;  
 
         visibility: hidden;  
 
}
 
}
 
.MathJax nobr>span.math>span{border-left-width:0 !important};
 

Latest revision as of 20:46, 19 October 2016

.indent{

   text-indent: 30px;

}

.eq{

   text-align: center;

}

.graph{

   display: block;
   margin: 0 auto;

}

ul.nav-pills{

   position: fixed;

} .modelText h1{

   font-weight: bold;

}

@media (max-width: 500px){

   #myScrollspy{
       display: none;
   }
   .graph{
       width: 100%;
   }

}

.fig-capt{

   margin-left: 20%;
   margin-right: 20%;
   font-size: 12px;
   text-align: justify;

}

.offset:before { display: block;

	content: " "; 
 	height: 100px;
       margin-top: -100px;	
       visibility: hidden; 

}