ul { margin-bottom: 0; }
}
+.docs.header { margin-bottom: 10px; }
+.docs.subheader {
+ float: left;
+}
/* Alert Docs */
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
<% @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 »</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>