mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-27 20:49:34 +00:00
Generate html, pdf and epub documentation using asciidoctor+docbook. See gh-295
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;
|
|
}
|