New images to use in the front page
This commit is contained in:
parent
22bfb77044
commit
2bf3647dd4
12 changed files with 13 additions and 11 deletions
|
@ -13,7 +13,6 @@ body.elfinder {
|
|||
*/
|
||||
#page-wrapper {
|
||||
background-color: #ebeae9;
|
||||
min-height: 800px;
|
||||
}
|
||||
#main {
|
||||
background: #fff;
|
||||
|
@ -92,6 +91,9 @@ body.not-logged-in[class*="page-user"] #main-wrapper,
|
|||
body.not-logged-in[class*="page-user"] #main-content div.tabs {
|
||||
background: transparent;
|
||||
}
|
||||
body.not-logged-in[class*="page-user"] #page-wrapper {
|
||||
height: 100%;
|
||||
}
|
||||
body.not-logged-in[class*="page-user"] #page-title {
|
||||
display: none;
|
||||
}
|
||||
|
|
Reference in a new issue