Skip to content

Commit

Permalink
update home page slide height
Browse files Browse the repository at this point in the history
Since the text for the home page slide is longer, update the heights to
accomodate for the additional space.
  • Loading branch information
rmarianski committed Sep 9, 2012
1 parent 222f9ec commit b926bf6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion static/css/compiled.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ ul{ margin-left: 18px; margin-bottom: 18px;}
}
#content_container.section_home{
background: #F2F2F2 url(../images/theme/bg.jpg) center top repeat-x;
background-size: 925px;
}
#content_9c_container {
background-color: #FFF;
Expand Down Expand Up @@ -1590,7 +1591,7 @@ li.messages a.dismiss {
#home_slide_container {
overflow: hidden;
position: relative;
height:315px;
height:400px;
}
#home_slide_holder {
position: absolute;
Expand Down
2 changes: 1 addition & 1 deletion static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Home Page Home Page Home Page Home Page Home Page Home Page Home Page Home Page
#home_slide_container {
overflow: hidden;
position: relative;
height:315px;
height:400px;
}
#home_slide_holder {
position: absolute;
Expand Down

0 comments on commit b926bf6

Please sign in to comment.