From 32973f240227b8b717d289510ec13b428308f900 Mon Sep 17 00:00:00 2001 From: Pekka Helenius Date: Sat, 19 Sep 2020 00:07:30 +0300 Subject: [PATCH] Add bookstore CSS style --- bookstore/src/main/resources/static/css/bookstore.css | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 bookstore/src/main/resources/static/css/bookstore.css diff --git a/bookstore/src/main/resources/static/css/bookstore.css b/bookstore/src/main/resources/static/css/bookstore.css new file mode 100644 index 0000000..977833f --- /dev/null +++ b/bookstore/src/main/resources/static/css/bookstore.css @@ -0,0 +1,4 @@ +.bookform-section { + border-top: 1px dotted #888; + padding-top: 1.5em; +} \ No newline at end of file