You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by be...@apache.org on 2013/07/09 02:44:10 UTC

[16/16] git commit: Upgrade Bootstrap CSS to v2.3.2.

Upgrade Bootstrap CSS to v2.3.2.

Navbar now requires the class "navbar-inverse" to stay black.

This is done in preparation for introducing Angular UI Bootstrap
(http://angular-ui.github.io/bootstrap/).

From: Ross Allen <re...@gmail.com>
Review: https://reviews.apache.org/r/12288


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/fdae8bea
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/fdae8bea
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/fdae8bea

Branch: refs/heads/master
Commit: fdae8bea61e6e17ffb78eaf6779ecc2342eca80c
Parents: afb3acf
Author: Benjamin Hindman <be...@twitter.com>
Authored: Mon Jul 8 17:42:12 2013 -0700
Committer: Benjamin Hindman <be...@twitter.com>
Committed: Mon Jul 8 17:42:12 2013 -0700

----------------------------------------------------------------------
 src/Makefile.am                                 |    4 +-
 .../bootstrap/css/bootstrap-2.3.2.min.css       |    9 +
 .../css/bootstrap-responsive-2.3.2.min.css      |    9 +
 .../bootstrap/css/bootstrap-responsive.css      |  808 ---
 .../master/static/bootstrap/css/bootstrap.css   | 4960 ------------------
 src/webui/master/static/index.html              |    6 +-
 6 files changed, 23 insertions(+), 5773 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/fdae8bea/src/Makefile.am
----------------------------------------------------------------------
diff --git a/src/Makefile.am b/src/Makefile.am
index 25f2043..29337df 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -408,8 +408,8 @@ nobase_dist_webui_DATA +=						\
 
 # Need to distribute/install bootstrap.
 nobase_dist_webui_DATA +=							  \
-  webui/master/static/bootstrap/css/bootstrap-responsive.css			  \
-  webui/master/static/bootstrap/css/bootstrap.css				  \
+  webui/master/static/bootstrap/css/bootstrap-responsive-2.3.2.min.css		  \
+  webui/master/static/bootstrap/css/bootstrap-2.3.2.min.css			  \
   webui/master/static/bootstrap/css/docs.css					  \
   webui/master/static/bootstrap/ico/favicon.ico					  \
   webui/master/static/bootstrap/img/bird.png					  \