(Created page with ".indent{ text-indent: 50px; } .eq{ text-align: center; } .graph{ display: block; margin: 0 auto; } ul.nav-pills{ position: fixed; } .modelText h1{ f...") |
|||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
.indent{ | .indent{ | ||
− | text-indent: | + | text-indent: 30px; |
} | } | ||
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; | ||
} | } |
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;
}