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

Line 33: Line 33:
 
     font-size: 12px;
 
     font-size: 12px;
 
     text-align: justify;
 
     text-align: justify;
 +
}
 +
 +
.offset:before {
 +
display: block;
 +
content: " ";
 +
  height: 100px;
 +
        margin-top: -100px;
 +
        visibility: hidden;
 
}
 
}
  
 
.MathJax nobr>span.math>span{border-left-width:0 !important};
 
.MathJax nobr>span.math>span{border-left-width:0 !important};

Revision as of 08:45, 19 October 2016

.indent{

   text-indent: 50px;

}

.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; 

}

.MathJax nobr>span.math>span{border-left-width:0 !important};