mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-01-07 02:51:11 +00:00
Initialize shared gh-pages infrastructure
This commit is contained in:
commit
171918e41a
70 changed files with 35217 additions and 0 deletions
31
css/documentation.css
Normal file
31
css/documentation.css
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
.project-body--container {
|
||||
margin: 40px auto;
|
||||
}
|
||||
|
||||
.body--container h1 {
|
||||
font-size: 32px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.body--container h1 a {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.body--container h1,h2 {
|
||||
border-bottom: 1px solid #CCCCCC;
|
||||
margin-bottom: 10px;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.body--container h2,h3,h4 {
|
||||
padding-top: 24px;
|
||||
}
|
||||
|
||||
.body--container p {
|
||||
margin: 15px 0;
|
||||
}
|
||||
|
||||
.project-body--container .copy-button {
|
||||
position: absolute;
|
||||
margin-left: 963px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue