]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
updated link to 3.2 docs
authorzurbchris <chris@zurb.com>
Fri, 1 Mar 2013 00:57:50 +0000 (16:57 -0800)
committerzurbchris <chris@zurb.com>
Fri, 1 Mar 2013 00:57:50 +0000 (16:57 -0800)
docs/css/docs.scss
docs/layout.html.erb

index b2bc968db37936628421e42edc24456bb204b54b..387bc3e564c2786583e4be3f185f61f82e2841d0 100644 (file)
@@ -45,6 +45,10 @@ footer.row.full-width {
   ul { margin-bottom: 0; }
 }
 
+.docs.header { margin-bottom: 10px; }
+.docs.subheader {
+  float: left;
+}
 
 
 /* Alert Docs */
@@ -171,4 +175,13 @@ input[type="text"].attached-input {
     display: block;
     color: #555;
   }
+}
+
+@media only screen and (min-width: 800px) {
+  .docs.header { float: left; }
+
+  .docs.subheader {
+    margin-top: 38px;
+    float: right;
+  }
 }
\ No newline at end of file
index f771670e492bf268e56e5cf647af62bcd225386d..ee4de58d9f43755dda77eff487e99e2aa6eade2b 100644 (file)
     <% @page_title = "4 Documentation" %>
     <div class="row">
       <div class="large-12 columns">
-        <div class="row">
-          <div class="large-9 columns">
-            <h1 style="margin-bottom: 10px;"><a href="http://foundation.zurb.com/docs/">Foundation <%= @page_title %></a></h1>
-          </div>
-          <div class="large-3 columns">
-            <h6 class="subheader right" style="margin-top: 20px;">Want F3 Docs? <br><a href="http://foundation.zurb.com/old-docs/f3">Here ya go &raquo;</a></h6>
-          </div>
-        </div>
+        <h1 class="docs header"><a href="http://foundation.zurb.com/docs/">Foundation <%= @page_title %></a></h1>
+        <h6 class="docs subheader"><a href="http://foundation.zurb.com/old-docs/f3">Want F3 Docs?</a></h6>
         <hr>
       </div>
     </div>