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/11 15:35:41 UTC

svn commit: r1586652 - in /accumulo/site/branches/redesign14: content/css/accumulo.css content/css/bootstrap.css content/css/bootstrap.min.css templates/skeleton.html

Author: bhavanki
Date: Fri Apr 11 13:35:41 2014
New Revision: 1586652

URL: http://svn.apache.org/r1586652
Log:
Restore bootstrap to virgin form, moved CSS updates to accumulo.css; made sidebar font 14px.

Modified:
    accumulo/site/branches/redesign14/content/css/accumulo.css
    accumulo/site/branches/redesign14/content/css/bootstrap.css
    accumulo/site/branches/redesign14/content/css/bootstrap.min.css
    accumulo/site/branches/redesign14/templates/skeleton.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=1586652&r1=1586651&r2=1586652&view=diff
==============================================================================
--- accumulo/site/branches/redesign14/content/css/accumulo.css (original)
+++ accumulo/site/branches/redesign14/content/css/accumulo.css Fri Apr 11 13:35:41 2014
@@ -17,11 +17,15 @@
 body {
     /* for fixed top navbar */
     padding-top: 70px;
+    font-size: 16px;
 }
 ul.nav li.dropdown:hover > ul.dropdown-menu {
     /* so nav submenus open on hover */
     display: block;
 }
+#sidebar {
+    font-size: 14px;
+}
 #sociallinks td {
     /* no lines in the link table */
     border-top: none;
@@ -90,3 +94,8 @@ div.copyright {
     margin-left: auto;
     margin-right: auto;
 }
+
+code {
+    /* override nowrap in bootstrap */
+    white-space: normal;
+}

Modified: accumulo/site/branches/redesign14/content/css/bootstrap.css
URL: http://svn.apache.org/viewvc/accumulo/site/branches/redesign14/content/css/bootstrap.css?rev=1586652&r1=1586651&r2=1586652&view=diff
==============================================================================
--- accumulo/site/branches/redesign14/content/css/bootstrap.css (original)
+++ accumulo/site/branches/redesign14/content/css/bootstrap.css Fri Apr 11 13:35:41 2014
@@ -274,7 +274,7 @@ html {
 }
 body {
   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
-  font-size: 16px;
+  font-size: 14px;
   line-height: 1.42857143;
   color: #333;
   background-color: #fff;
@@ -696,6 +696,7 @@ code {
   padding: 2px 4px;
   font-size: 90%;
   color: #c7254e;
+  white-space: nowrap;
   background-color: #f9f2f4;
   border-radius: 4px;
 }

Modified: accumulo/site/branches/redesign14/content/css/bootstrap.min.css
URL: http://svn.apache.org/viewvc/accumulo/site/branches/redesign14/content/css/bootstrap.min.css?rev=1586652&r1=1586651&r2=1586652&view=diff
==============================================================================
--- accumulo/site/branches/redesign14/content/css/bootstrap.min.css (original)
+++ accumulo/site/branches/redesign14/content/css/bootstrap.min.css Fri Apr 11 13:35:41 2014
@@ -4,4 +4,4 @@
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  */
 

[... 4 lines stripped ...]
Modified: accumulo/site/branches/redesign14/templates/skeleton.html
URL: http://svn.apache.org/viewvc/accumulo/site/branches/redesign14/templates/skeleton.html?rev=1586652&r1=1586651&r2=1586652&view=diff
==============================================================================
--- accumulo/site/branches/redesign14/templates/skeleton.html (original)
+++ accumulo/site/branches/redesign14/templates/skeleton.html Fri Apr 11 13:35:41 2014
@@ -57,7 +57,7 @@
 
 <div class="container-fluid">
 <div class="row">
-  <div class="col-xs-2 col-md-2">
+  <div class="col-xs-2 col-md-2" id="sidebar">
   <div style="text-align: center">
     <a href="/index.html"><img id="logo" alt="Apache Accumulo &trade;" class="img-responsive" src="/images/accumulo-logo.png"/></a>
     <br>