10 lines
153 B
CSS
10 lines
153 B
CSS
@IMPORT url("manual.css");
|
|
|
|
body.firstpage {
|
|
background: url("../images/background.png") no-repeat center top;
|
|
}
|
|
|
|
div.part h1 {
|
|
border-top: none;
|
|
}
|