increased length of body-div to accomodate larger screen size

This commit is contained in:
Anand Doshi 2012-05-21 18:41:10 +05:30
parent 2c4cd08844
commit 7b93baf407
2 changed files with 6 additions and 0 deletions

View File

@ -2100,6 +2100,9 @@ header .container {
header .container, .content {
width: 1100px;
}
div#body_div {
min-height: 600px;
}
}
div.no_script {

View File

@ -1961,6 +1961,9 @@ header .container {
header .container, .content {
width: 1100px;
}
div#body_div {
min-height: 600px;
}
}
div.no_script {