added some CSS styles for the sidebar template
This commit is contained in:
parent
79ebd3e181
commit
4e376b12fc
2 changed files with 12 additions and 4 deletions
|
@ -30,11 +30,10 @@
|
|||
|
||||
<section id="content">
|
||||
<div class="inner">
|
||||
{{ content }}
|
||||
|
||||
<div class="sidebar">
|
||||
this is the sidebar...
|
||||
</div>
|
||||
{{ content }}
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue