Team:SYSU-Software/my overview.css
From 2014.igem.org
(Difference between revisions)
Line 24: | Line 24: | ||
.carousel-control { | .carousel-control { | ||
- | padding: | + | padding: 25% 0 25% 0; |
} | } |
Revision as of 21:43, 17 October 2014
body {
font: x-small sans-serif !important;
}
h1, h2, h3, h4, h5, h6 {
margin: 0 !important; font-weight: bold;
}
- carousel-example-generic {
margin-bottom: 15px;
}
- carousel-example-generic, .carousel-inner {
width: 100%; height: 425px; overflow: hidden;
}
.carousel-inner>.item {
width: 100%; height: 100%;
}
.carousel-control {
padding: 25% 0 25% 0;
}