forked from extern/egroupware
11 lines
94 B
CSS
11 lines
94 B
CSS
|
body {
|
||
|
padding-top: 0px;
|
||
|
}
|
||
|
#index {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
#content {
|
||
|
width: 100%;
|
||
|
margin: 0;
|
||
|
}
|