mirror of
https://github.com/nextcloud/server.git
synced 2026-05-26 03:04:35 -04:00
fix and cleanup CSS for public page
This commit is contained in:
parent
ca08d21da0
commit
66df8c3bb3
1 changed files with 2 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
body {
|
||||
background: #fff;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
#header {
|
||||
|
|
@ -51,7 +51,6 @@ body {
|
|||
|
||||
#preview {
|
||||
background: #fff;
|
||||
min-height: 30em;
|
||||
text-align: center;
|
||||
margin: 45px auto 0;
|
||||
}
|
||||
|
|
@ -62,7 +61,7 @@ body {
|
|||
}
|
||||
|
||||
footer {
|
||||
background: #fff;
|
||||
margin-top: 45px;
|
||||
}
|
||||
|
||||
p.info {
|
||||
|
|
|
|||
Loading…
Reference in a new issue