7 lines
77 B
CSS
7 lines
77 B
CSS
|
body *{
|
||
|
border: 0px solid lightgrey;
|
||
|
}
|
||
|
|
||
|
.header-mini{
|
||
|
padding: 0px;
|
||
|
}
|