Merge pull request #1410 from ether/admin-css-fix

Admin css fix
pull/1411/merge
John McLear 2013-01-26 12:07:42 -08:00
commit 4dab76f78a
1 changed files with 4 additions and 2 deletions

View File

@ -38,8 +38,10 @@ div.innerwrapper {
float: right;
opacity: 0.9;
padding: 15px;
width: 860px;
max-width: 860px;
border-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;
}
}