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