aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-10-15 17:21:39 -0700
committerMark Otto <[email protected]>2011-10-15 17:21:39 -0700
commitfbe22f05800a3ce4ae3a880914d8e03cb1e01d1b (patch)
tree21dd13005097a13a7d675d7b9b8360132ef06cae /bootstrap.css
parentf4fc56b1b3827254dd771536dcb2b711919f3867 (diff)
downloadbootstrap-fbe22f05800a3ce4ae3a880914d8e03cb1e01d1b.tar.xz
bootstrap-fbe22f05800a3ce4ae3a880914d8e03cb1e01d1b.zip
updated index of docs to use html5 self closing tags, add responsive shell to bootstrap file
Diffstat (limited to 'bootstrap.css')
-rw-r--r--bootstrap.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/bootstrap.css b/bootstrap.css
index abf43ed3d..60cc8213f 100644
--- a/bootstrap.css
+++ b/bootstrap.css
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
- * Date: Tue Oct 11 23:51:38 PDT 2011
+ * Date: Sat Oct 15 17:19:53 PDT 2011
*/
/* Reset.less
* Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
@@ -2416,3 +2416,9 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
-moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
+/* Responsive.less
+ * For phone and tablet devices
+ * ------------------------------------------------------------- */
+@media (max-width: 480px) {
+
+}