Author: ivan
Date: Mon Sep 14 13:23:31 2015
New Revision: 1702945

URL: http://svn.apache.org/r1702945
Log:
Use 'inverse' navbar.

* config.json
* publish/css/bootstrap-theme.css
* publish/css/bootstrap-theme.min.css
* publish/css/bootstrap.css
* publish/css/bootstrap.min.css
* publish/js/bootstrap.js
* publish/js/bootstrap.min.js
  (): Update Bootstrap to use #fff color for Brand in inverse navbar.

* publish/contribute.html
* publish/download.html
* publish/index.html
  (): Use navbar-inverse instead of navbar-default for navbar.

Modified:
    serf/site/config.json
    serf/site/publish/contribute.html
    serf/site/publish/css/bootstrap-theme.css
    serf/site/publish/css/bootstrap-theme.min.css
    serf/site/publish/css/bootstrap.css
    serf/site/publish/css/bootstrap.min.css
    serf/site/publish/download.html
    serf/site/publish/index.html
    serf/site/publish/js/bootstrap.js
    serf/site/publish/js/bootstrap.min.js

Modified: serf/site/config.json
URL: 
http://svn.apache.org/viewvc/serf/site/config.json?rev=1702945&r1=1702944&r2=1702945&view=diff
==============================================================================
--- serf/site/config.json (original)
+++ serf/site/config.json Mon Sep 14 13:23:31 2015
@@ -172,7 +172,7 @@
     "@navbar-inverse-link-active-bg": "darken(@navbar-inverse-bg, 10%)",
     "@navbar-inverse-link-disabled-color": "#444",
     "@navbar-inverse-link-disabled-bg": "transparent",
-    "@navbar-inverse-brand-color": "@navbar-inverse-link-color",
+    "@navbar-inverse-brand-color": "#fff",
     "@navbar-inverse-brand-hover-color": "#fff",
     "@navbar-inverse-brand-hover-bg": "transparent",
     "@navbar-inverse-toggle-hover-bg": "#333",
@@ -412,5 +412,5 @@
   "js": [
     "dropdown.js"
   ],
-  "customizerUrl": "http://getbootstrap.com/customize/?id=e6b56fbdc0b49b609556";
+  "customizerUrl": "http://getbootstrap.com/customize/?id=42e69bd1c9067b7bf5c9";
 }
\ No newline at end of file

Modified: serf/site/publish/contribute.html
URL: 
http://svn.apache.org/viewvc/serf/site/publish/contribute.html?rev=1702945&r1=1702944&r2=1702945&view=diff
==============================================================================
--- serf/site/publish/contribute.html (original)
+++ serf/site/publish/contribute.html Mon Sep 14 13:23:31 2015
@@ -6,7 +6,7 @@
 </head>
 <body>
   <!-- navbar -->
-  <nav class="navbar navbar-default navbar-static-top">
+  <nav class="navbar navbar-inverse navbar-static-top">
     <div class="container">
       <div class="navbar-header">
         <a class="navbar-brand" href="/">Apache Serf &trade;</a>

Modified: serf/site/publish/css/bootstrap-theme.css
URL: 
http://svn.apache.org/viewvc/serf/site/publish/css/bootstrap-theme.css?rev=1702945&r1=1702944&r2=1702945&view=diff
==============================================================================
--- serf/site/publish/css/bootstrap-theme.css (original)
+++ serf/site/publish/css/bootstrap-theme.css Mon Sep 14 13:23:31 2015
@@ -5,8 +5,8 @@
  */
 
 /*!
- * Generated using the Bootstrap Customizer 
(http://getbootstrap.com/customize/?id=e6b56fbdc0b49b609556)
- * Config saved to config.json and https://gist.github.com/e6b56fbdc0b49b609556
+ * Generated using the Bootstrap Customizer 
(http://getbootstrap.com/customize/?id=42e69bd1c9067b7bf5c9)
+ * Config saved to config.json and https://gist.github.com/42e69bd1c9067b7bf5c9
  */
 /*!
  * Bootstrap v3.3.5 (http://getbootstrap.com)

Modified: serf/site/publish/css/bootstrap-theme.min.css
URL: 
http://svn.apache.org/viewvc/serf/site/publish/css/bootstrap-theme.min.css?rev=1702945&r1=1702944&r2=1702945&view=diff
==============================================================================
--- serf/site/publish/css/bootstrap-theme.min.css (original)
+++ serf/site/publish/css/bootstrap-theme.min.css Mon Sep 14 13:23:31 2015
@@ -5,8 +5,8 @@
  */
 
 /*!
- * Generated using the Bootstrap Customizer 
(http://getbootstrap.com/customize/?id=e6b56fbdc0b49b609556)
- * Config saved to config.json and https://gist.github.com/e6b56fbdc0b49b609556
+ * Generated using the Bootstrap Customizer 
(http://getbootstrap.com/customize/?id=42e69bd1c9067b7bf5c9)
+ * Config saved to config.json and https://gist.github.com/42e69bd1c9067b7bf5c9
  *//*!
  * Bootstrap v3.3.5 (http://getbootstrap.com)
  * Copyright 2011-2015 Twitter, Inc.

Modified: serf/site/publish/css/bootstrap.css
URL: 
http://svn.apache.org/viewvc/serf/site/publish/css/bootstrap.css?rev=1702945&r1=1702944&r2=1702945&view=diff
==============================================================================
--- serf/site/publish/css/bootstrap.css (original)
+++ serf/site/publish/css/bootstrap.css Mon Sep 14 13:23:31 2015
@@ -5,8 +5,8 @@
  */
 
 /*!
- * Generated using the Bootstrap Customizer 
(http://getbootstrap.com/customize/?id=e6b56fbdc0b49b609556)
- * Config saved to config.json and https://gist.github.com/e6b56fbdc0b49b609556
+ * Generated using the Bootstrap Customizer 
(http://getbootstrap.com/customize/?id=42e69bd1c9067b7bf5c9)
+ * Config saved to config.json and https://gist.github.com/42e69bd1c9067b7bf5c9
  */
 /*!
  * Bootstrap v3.3.5 (http://getbootstrap.com)
@@ -4610,7 +4610,7 @@ fieldset[disabled] .navbar-default .btn-
   border-color: #080808;
 }
 .navbar-inverse .navbar-brand {
-  color: #9d9d9d;
+  color: #ffffff;
 }
 .navbar-inverse .navbar-brand:hover,
 .navbar-inverse .navbar-brand:focus {

Modified: serf/site/publish/css/bootstrap.min.css
URL: 
http://svn.apache.org/viewvc/serf/site/publish/css/bootstrap.min.css?rev=1702945&r1=1702944&r2=1702945&view=diff
==============================================================================
--- serf/site/publish/css/bootstrap.min.css (original)
+++ serf/site/publish/css/bootstrap.min.css Mon Sep 14 13:23:31 2015
@@ -5,10 +5,10 @@
  */
 
 /*!
- * Generated using the Bootstrap Customizer 
(http://getbootstrap.com/customize/?id=e6b56fbdc0b49b609556)
- * Config saved to config.json and https://gist.github.com/e6b56fbdc0b49b609556
+ * Generated using the Bootstrap Customizer 
(http://getbootstrap.com/customize/?id=42e69bd1c9067b7bf5c9)
+ * Config saved to config.json and https://gist.github.com/42e69bd1c9067b7bf5c9
  *//*!
  * Bootstrap v3.3.5 (http://getbootstrap.com)
  * Copyright 2011-2015 Twitter, Inc.
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

[... 5 lines stripped ...]
Modified: serf/site/publish/download.html
URL: 
http://svn.apache.org/viewvc/serf/site/publish/download.html?rev=1702945&r1=1702944&r2=1702945&view=diff
==============================================================================
--- serf/site/publish/download.html (original)
+++ serf/site/publish/download.html Mon Sep 14 13:23:31 2015
@@ -6,7 +6,7 @@
 </head>
 <body>
   <!-- navbar -->
-  <nav class="navbar navbar-default navbar-static-top">
+  <nav class="navbar navbar-inverse navbar-static-top">
     <div class="container">
       <div class="navbar-header">
         <a class="navbar-brand" href="/">Apache Serf &trade;</a>

Modified: serf/site/publish/index.html
URL: 
http://svn.apache.org/viewvc/serf/site/publish/index.html?rev=1702945&r1=1702944&r2=1702945&view=diff
==============================================================================
--- serf/site/publish/index.html (original)
+++ serf/site/publish/index.html Mon Sep 14 13:23:31 2015
@@ -6,7 +6,7 @@
 </head>
 <body>
   <!-- navbar -->
-  <nav class="navbar navbar-default navbar-static-top">
+  <nav class="navbar navbar-inverse navbar-static-top">
     <div class="container">
       <div class="navbar-header">
         <a class="navbar-brand" href="/">Apache Serf &trade;</a>

Modified: serf/site/publish/js/bootstrap.js
URL: 
http://svn.apache.org/viewvc/serf/site/publish/js/bootstrap.js?rev=1702945&r1=1702944&r2=1702945&view=diff
==============================================================================
--- serf/site/publish/js/bootstrap.js (original)
+++ serf/site/publish/js/bootstrap.js Mon Sep 14 13:23:31 2015
@@ -5,8 +5,8 @@
  */
 
 /*!
- * Generated using the Bootstrap Customizer 
(http://getbootstrap.com/customize/?id=8c36d18e596081da088d)
- * Config saved to config.json and https://gist.github.com/8c36d18e596081da088d
+ * Generated using the Bootstrap Customizer 
(http://getbootstrap.com/customize/?id=42e69bd1c9067b7bf5c9)
+ * Config saved to config.json and https://gist.github.com/42e69bd1c9067b7bf5c9
  */
 if (typeof jQuery === 'undefined') {
   throw new Error('Bootstrap\'s JavaScript requires jQuery')

Modified: serf/site/publish/js/bootstrap.min.js
URL: 
http://svn.apache.org/viewvc/serf/site/publish/js/bootstrap.min.js?rev=1702945&r1=1702944&r2=1702945&view=diff
==============================================================================
--- serf/site/publish/js/bootstrap.min.js (original)
+++ serf/site/publish/js/bootstrap.min.js Mon Sep 14 13:23:31 2015
@@ -5,7 +5,7 @@
  */
 
 /*!
- * Generated using the Bootstrap Customizer 
(http://getbootstrap.com/customize/?id=8c36d18e596081da088d)
- * Config saved to config.json and https://gist.github.com/8c36d18e596081da088d
+ * Generated using the Bootstrap Customizer 
(http://getbootstrap.com/customize/?id=42e69bd1c9067b7bf5c9)
+ * Config saved to config.json and https://gist.github.com/42e69bd1c9067b7bf5c9
  */
 if("undefined"==typeof jQuery)throw new Error("Bootstrap's JavaScript requires 
jQuery");+function(t){"use strict";var r=t.fn.jquery.split(" 
")[0].split(".");if(r[0]<2&&r[1]<9||1==r[0]&&9==r[1]&&r[2]<1)throw new 
Error("Bootstrap's JavaScript requires jQuery version 1.9.1 or 
higher")}(jQuery),+function(t){"use strict";function r(r){var 
e=r.attr("data-target");e||(e=r.attr("href"),e=e&&/#[A-Za-z]/.test(e)&&e.replace(/.*(?=#[^\s]*$)/,""));var
 o=e&&t(e);return o&&o.length?o:r.parent()}function 
e(e){e&&3===e.which||(t(n).remove(),t(a).each(function(){var 
o=t(this),n=r(o),a={relatedTarget:this};n.hasClass("open")&&(e&&"click"==e.type&&/input|textarea/i.test(e.target.tagName)&&t.contains(n[0],e.target)||(n.trigger(e=t.Event("hide.bs.dropdown",a)),e.isDefaultPrevented()||(o.attr("aria-expanded","false"),n.removeClass("open").trigger("hidden.bs.dropdown",a))))}))}function
 o(r){return this.each(function(){var 
e=t(this),o=e.data("bs.dropdown");o||e.data("bs.dropdown",o=new 
i(this)),"string"==ty
 peof r&&o[r].call(e)})}var 
n=".dropdown-backdrop",a='[data-toggle="dropdown"]',i=function(r){t(r).on("click.bs.dropdown",this.toggle)};i.VERSION="3.3.5",i.prototype.toggle=function(o){var
 n=t(this);if(!n.is(".disabled, :disabled")){var 
a=r(n),i=a.hasClass("open");if(e(),!i){"ontouchstart"in 
document.documentElement&&!a.closest(".navbar-nav").length&&t(document.createElement("div")).addClass("dropdown-backdrop").insertAfter(t(this)).on("click",e);var
 
d={relatedTarget:this};if(a.trigger(o=t.Event("show.bs.dropdown",d)),o.isDefaultPrevented())return;n.trigger("focus").attr("aria-expanded","true"),a.toggleClass("open").trigger("shown.bs.dropdown",d)}return!1}},i.prototype.keydown=function(e){if(/(38|40|27|32)/.test(e.which)&&!/input|textarea/i.test(e.target.tagName)){var
 o=t(this);if(e.preventDefault(),e.stopPropagation(),!o.is(".disabled, 
:disabled")){var 
n=r(o),i=n.hasClass("open");if(!i&&27!=e.which||i&&27==e.which)return 
27==e.which&&n.find(a).trigger("focus"),o.trigger("click");var
  d=" li:not(.disabled):visible 
a",s=n.find(".dropdown-menu"+d);if(s.length){var 
p=s.index(e.target);38==e.which&&p>0&&p--,40==e.which&&p<s.length-1&&p++,~p||(p=0),s.eq(p).trigger("focus")}}}};var
 
d=t.fn.dropdown;t.fn.dropdown=o,t.fn.dropdown.Constructor=i,t.fn.dropdown.noConflict=function(){return
 
t.fn.dropdown=d,this},t(document).on("click.bs.dropdown.data-api",e).on("click.bs.dropdown.data-api",".dropdown
 
form",function(t){t.stopPropagation()}).on("click.bs.dropdown.data-api",a,i.prototype.toggle).on("keydown.bs.dropdown.data-api",a,i.prototype.keydown).on("keydown.bs.dropdown.data-api",".dropdown-menu",i.prototype.keydown)}(jQuery);
\ No newline at end of file


Reply via email to