From b80f58b336cd7a4b59d704ff4c311cbf8edf5e51 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 23 Sep 2013 22:34:36 -0700 Subject: run grunt dist --- dist/css/bootstrap-theme.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'dist/css/bootstrap-theme.css') diff --git a/dist/css/bootstrap-theme.css b/dist/css/bootstrap-theme.css index 88b2580b1..df11729d1 100644 --- a/dist/css/bootstrap-theme.css +++ b/dist/css/bootstrap-theme.css @@ -1,3 +1,10 @@ +/*! +* Bootstrap v3.0.0 by @fat and @mdo +* Copyright 2013 Twitter, Inc. +* Licensed under http://www.apache.org/licenses/LICENSE-2.0 +* +* Designed and built with all the love in the world by @mdo and @fat. +*/ .btn-default, .btn-primary, .btn-success, -- cgit v1.2.3 From b352061d1d005bd5ad1a17bec2353c851e014bc6 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 1 Oct 2013 11:37:47 -0500 Subject: run grunt --- dist/css/bootstrap-theme.css | 7 ------- 1 file changed, 7 deletions(-) (limited to 'dist/css/bootstrap-theme.css') diff --git a/dist/css/bootstrap-theme.css b/dist/css/bootstrap-theme.css index df11729d1..88b2580b1 100644 --- a/dist/css/bootstrap-theme.css +++ b/dist/css/bootstrap-theme.css @@ -1,10 +1,3 @@ -/*! -* Bootstrap v3.0.0 by @fat and @mdo -* Copyright 2013 Twitter, Inc. -* Licensed under http://www.apache.org/licenses/LICENSE-2.0 -* -* Designed and built with all the love in the world by @mdo and @fat. -*/ .btn-default, .btn-primary, .btn-success, -- cgit v1.2.3 From a32b626f5cce692be2cec6fe9b8cb630ec47634c Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 1 Oct 2013 11:01:08 -0700 Subject: run up-to-date grunt --- dist/css/bootstrap-theme.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'dist/css/bootstrap-theme.css') diff --git a/dist/css/bootstrap-theme.css b/dist/css/bootstrap-theme.css index 88b2580b1..df11729d1 100644 --- a/dist/css/bootstrap-theme.css +++ b/dist/css/bootstrap-theme.css @@ -1,3 +1,10 @@ +/*! +* Bootstrap v3.0.0 by @fat and @mdo +* Copyright 2013 Twitter, Inc. +* Licensed under http://www.apache.org/licenses/LICENSE-2.0 +* +* Designed and built with all the love in the world by @mdo and @fat. +*/ .btn-default, .btn-primary, .btn-success, -- cgit v1.2.3 From c43462678cd0c561e075a536cc9796cabb1257c8 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 3 Oct 2013 10:42:55 -0700 Subject: run grunt --- dist/css/bootstrap-theme.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'dist/css/bootstrap-theme.css') diff --git a/dist/css/bootstrap-theme.css b/dist/css/bootstrap-theme.css index df11729d1..3e3576803 100644 --- a/dist/css/bootstrap-theme.css +++ b/dist/css/bootstrap-theme.css @@ -1,10 +1,10 @@ /*! -* Bootstrap v3.0.0 by @fat and @mdo -* Copyright 2013 Twitter, Inc. -* Licensed under http://www.apache.org/licenses/LICENSE-2.0 -* -* Designed and built with all the love in the world by @mdo and @fat. -*/ + * Bootstrap v3.0.0 by @fat and @mdo + * Copyright 2013 Twitter, Inc. + * Licensed under http://www.apache.org/licenses/LICENSE-2.0 + * + * Designed and built with all the love in the world by @mdo and @fat. + */ .btn-default, .btn-primary, .btn-success, -- cgit v1.2.3 From f946ff5d254d0d8383200101f19b64bcd8ba2c58 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 13 Oct 2013 19:57:14 -0700 Subject: fix #10257 --- dist/css/bootstrap-theme.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dist/css/bootstrap-theme.css') diff --git a/dist/css/bootstrap-theme.css b/dist/css/bootstrap-theme.css index 3e3576803..f6ee3bdb4 100644 --- a/dist/css/bootstrap-theme.css +++ b/dist/css/bootstrap-theme.css @@ -208,6 +208,7 @@ background-repeat: repeat-x; border-radius: 4px; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0); + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075); } @@ -235,6 +236,7 @@ background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0); + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); } .navbar-inverse .navbar-nav > .active > a { -- cgit v1.2.3 From d8fab5aa6e828567feaa4cb3a171255e29f42165 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 20 Oct 2013 22:41:57 -0700 Subject: Fixes #10620: remove gradient on buttons for IE9 in theme.less due to bleed through with rounded corners --- dist/css/bootstrap-theme.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'dist/css/bootstrap-theme.css') diff --git a/dist/css/bootstrap-theme.css b/dist/css/bootstrap-theme.css index f6ee3bdb4..e6e8444ad 100644 --- a/dist/css/bootstrap-theme.css +++ b/dist/css/bootstrap-theme.css @@ -47,6 +47,7 @@ border-color: #dbdbdb; border-color: #ccc; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0); + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); } .btn-default:hover, @@ -69,6 +70,7 @@ background-repeat: repeat-x; border-color: #2b669a; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0); + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); } .btn-primary:hover, @@ -91,6 +93,7 @@ background-repeat: repeat-x; border-color: #3e8f3e; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0); + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); } .btn-success:hover, @@ -113,6 +116,7 @@ background-repeat: repeat-x; border-color: #e38d13; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0); + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); } .btn-warning:hover, @@ -135,6 +139,7 @@ background-repeat: repeat-x; border-color: #b92c28; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0); + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); } .btn-danger:hover, @@ -157,6 +162,7 @@ background-repeat: repeat-x; border-color: #28a4c9; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0); + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); } .btn-info:hover, -- cgit v1.2.3