From c3586e6e284969d4d920af0e74983028f52d14b2 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sat, 5 Jan 2013 14:21:55 +0100 Subject: o Upgrading to bootstrap-2.2.2 (previous version was really 2.2.1). --- .../webapp/external/bootstrap-2.2.2/css/bootstrap-responsive.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/main/webapp/external/bootstrap-2.2.2/css/bootstrap-responsive.css') diff --git a/src/main/webapp/external/bootstrap-2.2.2/css/bootstrap-responsive.css b/src/main/webapp/external/bootstrap-2.2.2/css/bootstrap-responsive.css index 82fa9ca..a3352d7 100644 --- a/src/main/webapp/external/bootstrap-2.2.2/css/bootstrap-responsive.css +++ b/src/main/webapp/external/bootstrap-2.2.2/css/bootstrap-responsive.css @@ -1,5 +1,5 @@ /*! - * Bootstrap Responsive v2.2.1 + * Bootstrap Responsive v2.2.2 * * Copyright 2012 Twitter, Inc * Licensed under the Apache License v2.0 @@ -8,6 +8,10 @@ * Designed and built with all the love in the world @twitter by @mdo and @fat. */ +@-ms-viewport { + width: device-width; +} + .clearfix { *zoom: 1; } -- cgit v1.2.3