mirror of
https://github.com/Hopiu/ep_page_view.git
synced 2026-03-16 20:20:24 +00:00
more clean up still not perfect
This commit is contained in:
parent
8ead6b5ae7
commit
6c594a049c
1 changed files with 11 additions and 7 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue