Browse Source

Add REST API reference page CSS class styles

Signed-off-by: Pekka Helenius <fincer89@hotmail.com>
v0.0.2-alpha
Pekka Helenius 4 years ago
parent
commit
fc7caa6af9
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      bookstore/src/main/resources/static/css/bookstore.css

+ 9
- 0
bookstore/src/main/resources/static/css/bookstore.css View File

@ -3,4 +3,13 @@
.bookform-section { .bookform-section {
border-top: 1px dotted #888; border-top: 1px dotted #888;
padding-top: 1.5em; padding-top: 1.5em;
}
.apiref-table-right {
width: 50%;
}
.apiref-table-title {
background-color: #48C;
color: #FFF;
} }

Loading…
Cancel
Save