Browse Source

Add bookstore CSS style

v0.0.1-alpha
Pekka Helenius 4 years ago
parent
commit
32973f2402
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      bookstore/src/main/resources/static/css/bookstore.css

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

@ -0,0 +1,4 @@
.bookform-section {
border-top: 1px dotted #888;
padding-top: 1.5em;
}

Loading…
Cancel
Save