Skip to content

Commit

Permalink
Move product-specific definitions to the product style
Browse files Browse the repository at this point in the history
  • Loading branch information
bergie committed Mar 24, 2011
1 parent 69d9b46 commit 420068b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 19 deletions.
17 changes: 17 additions & 0 deletions static/css/product.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
article section {
margin-bottom: 1.5em;
width: 78%;
}
/*---------------------------------------------------*/
.sidebox{
background: url(../images/bg_sidebox.png) no-repeat top;
padding-top: 20px;
line-height: 1.2;
}
.sidebox .wrapper{
background: url(../images/bg_sidebox.png) no-repeat bottom;
padding: 0 20px 20px 20px;
}
aside{
display: block;
width: 20%;
max-width: 216px;
float: right;
}
19 changes: 0 additions & 19 deletions static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,6 @@ header{
margin-left: 10%;
margin-right: 10%;
}
aside{
display: block;
width: 20%;
max-width: 216px;
float: right;
}
article{
display: block;
line-height: 1.2;
Expand Down Expand Up @@ -154,9 +148,6 @@ article h1{
font-size: 20pt;
margin-bottom: 10px;
}
article section {
width: 78%;
}
article p{
margin-bottom: 10px;
}
Expand Down Expand Up @@ -222,16 +213,6 @@ article .iconmenu .content{
display: none;
}
/*---------------------------------------------------*/
.sidebox{
background: url(../images/bg_sidebox.png) no-repeat top;
padding-top: 20px;
line-height: 1.2;
}
.sidebox .wrapper{
background: url(../images/bg_sidebox.png) no-repeat bottom;
padding: 0 20px 20px 20px;
}
/*---------------------------------------------------*/
.newslist ul{
list-style: none;
margin: 0;
Expand Down

0 comments on commit 420068b

Please sign in to comment.