Skip to content

Commit

Permalink
Merge pull request swanson#12 from coyotebush/sidebar
Browse files Browse the repository at this point in the history
Sidebar markup tweaks
  • Loading branch information
matt swanson committed Sep 7, 2014
2 parents c222c67 + ee4de94 commit 2071f3a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 16 deletions.
2 changes: 1 addition & 1 deletion _includes/css/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
font-size: 18px;
}

.sidebar ul {
#bio {
font-size: 14px;
}
}
Expand Down
5 changes: 3 additions & 2 deletions _includes/css/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,12 @@ nav h1, nav h2 {
text-align: center;
}

nav hr {
#bio {
margin-top: 10px;
margin-bottom: 15px;
border: dotted #ddd;
border-width: 1px 0 0;
border-width: 1px 0;
padding-top: 15px;
}

#social {
Expand Down
22 changes: 9 additions & 13 deletions _includes/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,13 @@ <h1>Hi.</h1>
<img src="/logo.png" id="logo" alt="Blog logo"/>
</a>
<h2>I'm <a href="/">{{ site.data.theme.name }}</a>.</h2>
<hr/>
<ul>
<p>A brief bio or something witty.</p>
<p>
Edit me in <code>_includes/sidebar.html</code>
</p>
<hr/>
<div>
<div id="social">
{% include social.html %}
</div>
<div id="bio">
<p>A brief bio or something witty.</p>
<p>
Edit me in <code>_includes/sidebar.html</code>
</p>
</div>
</ul>
</nav>
<div id="social">
{% include social.html %}
</div>
</nav>

0 comments on commit 2071f3a

Please sign in to comment.