not a perfect css fix but stops the overflow when screen is less than 1000px

This commit is contained in:
John McLear 2013-01-26 20:04:33 +00:00
parent 090508909e
commit 9d0672c1c8
1 changed files with 5 additions and 3 deletions

View File

@ -38,8 +38,10 @@ div.innerwrapper {
float: right;
opacity: 0.9;
padding: 15px;
width: 860px;
border-radius: 0 0 7px 7px;
max-width: 860px;
bordr-radius: 0 0 7px 7px;
margin-left:250px;
min-width:400px;
}
#wrapper {
@ -135,4 +137,4 @@ a:link, a:visited, a:hover, a:focus {
a:focus, a:hover {
border-bottom: #333333 1px solid;
}
}