Team:SYSU-Software/my overview.css

From 2014.igem.org

(Difference between revisions)
Line 5: Line 5:
h1, h2, h3, h4, h5, h6 {
h1, h2, h3, h4, h5, h6 {
   margin: 0 !important;
   margin: 0 !important;
 +
}
 +
 +
.carousel-inner img {
 +
  height: 425px;
}
}

Revision as of 20:34, 17 October 2014

body {

 font: x-small sans-serif !important;

}

h1, h2, h3, h4, h5, h6 {

 margin: 0 !important;

}

.carousel-inner img {

 height: 425px;

}