Skip to content

Commit 173f207

Browse files
author
Zachary Scott
committed
* Rearrange sidebar and content <div>'s to fix layout
* Remove border-bottom from heading tags
1 parent 7133cb0 commit 173f207

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

_layouts/default.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ <h2>A concerted effort to augment and enhance Ruby MRI documentation</h2>
2222
</div>
2323
<div id="body" class="row">
2424
<div class="wrapper">
25-
<div class="span10">
26-
{{ content }}
27-
</div>
2825
<div class="span4 extra">
2926
<h3 class="first">Contribute</h3>
3027
<ul>
@@ -50,6 +47,9 @@ <h3>Other Useful Resources</h3>
5047
<li><a href="http://blog.steveklabnik.com/2011/05/10/contributing-to-ruby-s-documentation.html">Article &amp; screencast on the documentation process</a></li>
5148
</ul>
5249
</div>
50+
<div class="span10">
51+
{{ content }}
52+
</div>
5353
</div>
5454
</div>
5555
<div class="row" id="footer">

assets/default.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ font-size: 18px;
114114
color: #b74641;
115115
margin-bottom: 20px;
116116
margin-top: 30px;
117-
border-bottom: 1px dashed #e1e1e1;
118117
font-weight: normal;
119118
font-style: normal;
120119
}

0 commit comments

Comments
 (0)