Fixed navbar style problem

This commit is contained in:
Denny 2012-09-13 09:56:27 -07:00
parent 6d53b971b9
commit 638a8511fa
2 changed files with 2 additions and 2 deletions

View file

@ -63,7 +63,7 @@
</div>
</div>
<div class="container">
<div class="container" id="content">
<h1 class="title">{{ page.title }}</h1>
{{ content }}

View file

@ -11,7 +11,7 @@
}
*/
body {
body #content {
line-height: 1.6; /* Inspired by Github's wiki style */
}