added some CSS styles for the sidebar template

This commit is contained in:
Frank Nägler 2013-10-15 10:22:15 +02:00
parent 79ebd3e181
commit 4e376b12fc
2 changed files with 12 additions and 4 deletions

View file

@ -30,11 +30,10 @@
<section id="content">
<div class="inner">
{{ content }}
<div class="sidebar">
this is the sidebar...
</div>
{{ content }}
</div>
</section>

View file

@ -201,8 +201,17 @@ blockquote {
/* Structure Styles
/*---------------------------------------------*/
.inner {
width: 850px;
margin: 0 auto;
width: 850px;
margin: 0 auto;
}
.inner .sidebar {
width: 250px;
margin: 0 20px 20px 0;
padding: 20px;
min-height: 300px;
background: #dddddd;
float: left;
}
#header {