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