change different shades of grey for public share page to white
This commit is contained in:
parent
7867604e22
commit
5e9ac2f20f
1 changed files with 14 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
|||
body {
|
||||
background:#ddd;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
#header {
|
||||
|
@ -50,11 +50,10 @@ body {
|
|||
}
|
||||
|
||||
#preview {
|
||||
background:#eee;
|
||||
border-bottom:1px solid #f8f8f8;
|
||||
min-height:30em;
|
||||
text-align:center;
|
||||
margin:45px auto;
|
||||
background: #fff;
|
||||
min-height: 30em;
|
||||
text-align: center;
|
||||
margin: 45px auto 0;
|
||||
}
|
||||
|
||||
#noPreview {
|
||||
|
@ -62,11 +61,16 @@ body {
|
|||
padding-top:5em;
|
||||
}
|
||||
|
||||
footer {
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
p.info {
|
||||
color:#777;
|
||||
text-align:center;
|
||||
width:22em;
|
||||
margin:2em auto;
|
||||
color: #777;
|
||||
text-align: center;
|
||||
width: 22em;
|
||||
margin: 0 auto;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
p.info a {
|
||||
|
|
Loading…
Reference in a new issue