You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by bh...@apache.org on 2014/04/09 18:48:27 UTC

svn commit: r1586029 - in /accumulo/site/branches/redesign14: content/css/accumulo.css templates/nav.html

Author: bhavanki
Date: Wed Apr  9 16:48:26 2014
New Revision: 1586029

URL: http://svn.apache.org/r1586029
Log:
Change navbar to fixed at top of site.

Modified:
    accumulo/site/branches/redesign14/content/css/accumulo.css
    accumulo/site/branches/redesign14/templates/nav.html

Modified: accumulo/site/branches/redesign14/content/css/accumulo.css
URL: http://svn.apache.org/viewvc/accumulo/site/branches/redesign14/content/css/accumulo.css?rev=1586029&r1=1586028&r2=1586029&view=diff
==============================================================================
--- accumulo/site/branches/redesign14/content/css/accumulo.css (original)
+++ accumulo/site/branches/redesign14/content/css/accumulo.css Wed Apr  9 16:48:26 2014
@@ -14,6 +14,10 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
+body {
+    /* for fixed top navbar */
+    padding-top: 70px;
+}
 #bannertext {
     margin-top: 10px;
     text-align: left;

Modified: accumulo/site/branches/redesign14/templates/nav.html
URL: http://svn.apache.org/viewvc/accumulo/site/branches/redesign14/templates/nav.html?rev=1586029&r1=1586028&r2=1586029&view=diff
==============================================================================
--- accumulo/site/branches/redesign14/templates/nav.html (original)
+++ accumulo/site/branches/redesign14/templates/nav.html Wed Apr  9 16:48:26 2014
@@ -1,4 +1,4 @@
-<nav class="navbar navbar-default navbar-static-top" role="navigation">
+<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
 <div class="container-fluid">
   <div class="navbar-header">
     <a class="navbar-brand" href="index.html">Accumulo</a>