mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-03 13:25:05 +01:00
11 lines
94 B
CSS
11 lines
94 B
CSS
|
body {
|
||
|
padding-top: 0px;
|
||
|
}
|
||
|
#index {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
#content {
|
||
|
width: 100%;
|
||
|
margin: 0;
|
||
|
}
|