more clean up still not perfect

This commit is contained in:
John McLear 2013-12-02 00:58:34 +00:00
parent 8ead6b5ae7
commit 6c594a049c

View file

@ -12,21 +12,18 @@
border-bottom: 1px dotted #AAA;
}
#outerdocbody > iframe{
.outerPV{
left:0px !important;
width:850px !important;
margin:auto;
}
#outerdocbody{
background-color:#f7f7f7;
.outerBackground{
background-color:#f7f7f7 !important;
margin:none;
border:none;
}
#innerdocbody{
padding:100px 100px 100px 100px;
.innerPV{
background-color:#fff;
border-radius: 5px 5px 0 0;
border: 1px solid #ccc;
@ -35,3 +32,10 @@
box-shadow: 10px 20px 40px 20px #ddd;
}
.innerPVDiv{
margin-left:100px;
}
#innerdocbody > div{
margin-left:100px;
}