Difference between revisions of "Team:TP-CC San Diego/assets/bootstrap/css/bootstrap.min.css"

Line 12: Line 12:
 
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
 
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
  
* {
+
 
    -webkit-box-sizing: border-box;
+
    -moz-box-sizing: border-box;
+
    box-sizing: border-box
+
}
+
:after,
+
:before {
+
    -webkit-box-sizing: border-box;
+
    -moz-box-sizing: border-box;
+
    box-sizing: border-box
+
}
+
 
.carousel-inner>.item>a>img,
 
.carousel-inner>.item>a>img,
 
.carousel-inner>.item>img,
 
.carousel-inner>.item>img,

Revision as of 00:44, 14 October 2017