You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by mf...@apache.org on 2013/01/06 22:47:22 UTC

svn commit: r1429603 - in /rave/site/branches/bootstrapped: content/css/rave.css content/rave/ index.html lib/path.pm templates/sidenav.mdtext templates/skeleton.html

Author: mfranklin
Date: Sun Jan  6 21:47:21 2013
New Revision: 1429603

URL: http://svn.apache.org/viewvc?rev=1429603&view=rev
Log:
Removing extraneous directories & tweaked css

Removed:
    rave/site/branches/bootstrapped/content/rave/
    rave/site/branches/bootstrapped/index.html
    rave/site/branches/bootstrapped/templates/sidenav.mdtext
Modified:
    rave/site/branches/bootstrapped/content/css/rave.css
    rave/site/branches/bootstrapped/lib/path.pm
    rave/site/branches/bootstrapped/templates/skeleton.html

Modified: rave/site/branches/bootstrapped/content/css/rave.css
URL: http://svn.apache.org/viewvc/rave/site/branches/bootstrapped/content/css/rave.css?rev=1429603&r1=1429602&r2=1429603&view=diff
==============================================================================
--- rave/site/branches/bootstrapped/content/css/rave.css (original)
+++ rave/site/branches/bootstrapped/content/css/rave.css Sun Jan  6 21:47:21 2013
@@ -105,109 +105,10 @@ pre{
    background-color: whiteSmoke;
 }
 
-/*
-#content {
-  margin: 20px 150px 20px 250px;
-  padding: 0 8px 40px;
-  color: #333;
+.page-header h1 {
+  color: #5a5a5a;
 }
 
-#content h1,h2,h3,h4,h5,h6 {
-  font-weight: normal;
-  margin: 10px 0 15px;
-  padding: 5px 0;
-}
-
-#content h1 {
-  font-size: 1.4em;
-  padding: 15px;
-}
-
-#content h2 {
-  font-size: 1.2em;
-  margin-top: 2em;
-  border-bottom: 1px solid #a3afb6;
-}
-
-#content h3,h4,h5,h6 {
-  border-bottom: none;
-  font-size: 1em;
-  margin-bottom: 0;
-}
-
-.codehilite {
-  background-color: #F00;
-  padding: 0.01em 1em;
-  border-radius: 10px;
-  background: url(../images/rave_codehilite_bg.gif);
-}
-
-#navigation {
-  border: 1px solid #e6ebed;
-  border-left: none;
-  -moz-border-radius: 0 10px 10px 0;
-  border-radius: 0 10px 10px 0;
-  font-size: 0.9em;
-  color: #003;
-  float: left;
-  padding: 15px 15px 5px 25px;
-  width: 180px;
-  background: none repeat scroll 0 0 #f5f8fa;
-  margin: 20px 0 20px 0;
-}
-
-#navigation img {
-  padding-bottom: 15px;
-  margin-left: auto;
-  margin-right: auto;
-  display: block;
-}
-
-#navigation h1 {
-  color: #000;
-  font-size: 1em;
-  padding: 0;
-  margin-top: 0.8em;
-  margin-bottom: 0;
-  border-bottom: 1px solid #a3afb6;
-}
-
-#navigation ul {
-  margin: 0 0;
-  padding: 0;
-  list-style: none;
-}
-
-#navigation li {
-  border-bottom: 1px solid #e6ebed; 
-  margin: 0.2em 0;
-  padding: 0;
-}
-
-#navigation li a {
-  margin: 0;
-  text-decoration:none;
-}
-
-#navigation li a:hover {
-  color: #193240;
-  background: none;
-}
-
-#footer {
-  margin: 20px 150px 20px 250px;
-  border-top: 1px solid #ccc;
-  color:#666;
-  font-size: 0.8em;
-  padding: 0 8px;
-  text-align: center;
-}
-
-#asf-logo {
-  width: 180px;
-  padding-top: 20px;
-}
-*/
 /* definition lists */
 dd {}
 dl {}
@@ -218,15 +119,8 @@ dt {
 
 /* Google Search box customizations */
 .gsc-clear-button{display:none;}
-.gsc-search-button{vertical-align: top;}
-
-
-
-
-
-
-
 
+table.gsc-search-box td {vertical-align: top !important}
 
 
 /*Responsive */

Modified: rave/site/branches/bootstrapped/lib/path.pm
URL: http://svn.apache.org/viewvc/rave/site/branches/bootstrapped/lib/path.pm?rev=1429603&r1=1429602&r2=1429603&view=diff
==============================================================================
--- rave/site/branches/bootstrapped/lib/path.pm (original)
+++ rave/site/branches/bootstrapped/lib/path.pm Sun Jan  6 21:47:21 2013
@@ -26,7 +26,7 @@ our @nav = (
         { title => "Getting Started",
           href => "/source.html"},
         { title => "IDE Settings & Debugging",
-          href => "/ide-settings-and-debugging.html)"},
+          href => "/ide-settings-and-debugging.html"},
         { title => "Release Management",
           href => "/release-management.html"},
         { title => "Issue Tracker",

Modified: rave/site/branches/bootstrapped/templates/skeleton.html
URL: http://svn.apache.org/viewvc/rave/site/branches/bootstrapped/templates/skeleton.html?rev=1429603&r1=1429602&r2=1429603&view=diff
==============================================================================
--- rave/site/branches/bootstrapped/templates/skeleton.html (original)
+++ rave/site/branches/bootstrapped/templates/skeleton.html Sun Jan  6 21:47:21 2013
@@ -53,16 +53,20 @@
     </div><!-- /.navbar-inner -->
   </div>
   <div id="main" role="main" class="container">
-    <div class="row">
+    <header class="row page-header">
       <div class="span3 pull-right">
         <div id="cse-search-form" class="pull-right">Loading <!-- Placeholder for Google Search Form --></div>
       </div>
     
       <div class="span9">
-      <h1 class="title">{% block title %}{{ headers.title }}{% endblock %}</h1>
-      {% block content %}{{ content|markdown }}{% endblock %}
-      </div>
-    </div>
+          <h1 class="title">{% block title %}{{ headers.title }}{% endblock %}</h1>  
+      </div>      
+    </header>
+    <section id="content" class="row">
+        <article class="span9">
+          {% block content %}{{ content|markdown }}{% endblock %}
+        </article>
+    </section>
   </div>
 
    <footer class="footer">