Team:SYSU-Software/my overview.css

From 2014.igem.org

(Difference between revisions)
Line 7: Line 7:
}
}
-
#carousel-example-generic {
+
#carousel-example-generic, .carousel-inner, .item {
   width: 100%;
   width: 100%;
 +
  height: 425px;
}
}
.carousel-inner .item img {
.carousel-inner .item img {
   width: 100% !important;
   width: 100% !important;
-
   height: 425px !important;
+
   height: 100% !important;
-
   clip:rect(0px, 0px 100% 425px);  
+
   clip:rect(0px, 0px 100% 100%);  
}
}

Revision as of 20:57, 17 October 2014

body {

 font: x-small sans-serif !important;

}

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

 margin: 0 !important;

}

  1. carousel-example-generic, .carousel-inner, .item {
 width: 100%;
 height: 425px;

}

.carousel-inner .item img {

 width: 100% !important;
 height: 100% !important;
 clip:rect(0px, 0px 100% 100%); 

}