svn path=/branches/design/; revision=17628
This commit is contained in:
parent
32c0488867
commit
edad8a228c
@ -105,21 +105,25 @@ ol {
|
||||
|
||||
#wrapper {
|
||||
background-color: white;
|
||||
margin: 0 4em 0 14px;
|
||||
padding-bottom: 3em;
|
||||
margin: 0 4em 0 1.2em;
|
||||
padding-bottom: 0;
|
||||
max-width: 980px;
|
||||
min-width: 500px;
|
||||
border-bottom-right-radius: 25px;
|
||||
border-bottom-left-radius: 3px;
|
||||
border-left: 1px solid rgb(240,240,240);
|
||||
}
|
||||
|
||||
#wrapper-inner {
|
||||
padding-bottom: 3em;
|
||||
-moz-border-radius-bottomright: 25px;
|
||||
-moz-border-radius-bottomleft: 3px;
|
||||
background-image: url("banner.png");
|
||||
background-repeat: no-repeat;
|
||||
background-position: 0 70px;
|
||||
border-bottom-right-radius: 25px;
|
||||
border-bottom-left-radius: 3px;
|
||||
background-image: url("banner.png");
|
||||
background-repeat: no-repeat;
|
||||
background-position: 0 70px;
|
||||
box-shadow: 2px 2px 3px rgba(0,0,0,.1);
|
||||
-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,.1);
|
||||
-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,.1);
|
||||
-moz-box-shadow: 2px 2px 3px rgba(0,0,0,.1);
|
||||
border-left: 1px solid rgb(240,240,240);
|
||||
}
|
||||
|
||||
.n {
|
||||
|
Loading…
x
Reference in New Issue
Block a user