This website works better with JavaScript.
Home
Explore
Register
Sign In
Fincer
/
java-bookstore
mirror of
https://github.com/Fincer/java-bookstore
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
4
Wiki
Activity
Browse Source
Update Bookstore CSS styles
Signed-off-by: Pekka Helenius <fincer89@hotmail.com>
v0.0.3-alpha
Pekka Helenius
4 years ago
parent
845d2d80a5
commit
2fdc2e3236
1 changed files
with
11 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+11
-0
bookstore/src/main/resources/static/css/bookstore.css
+ 11
- 0
bookstore/src/main/resources/static/css/bookstore.css
View File
@ -12,4 +12,15 @@
.
apiref-table-title
{
background-color
:
#
48C
;
color
:
#
FFF
;
}
#
bookstore-topform-base
{
display
:
flex
;
flex-direction
:
row
;
justify-content
:
space-between
;
}
#
bookstore-loginout
{
text-align
:
right
;
margin
:
0
.
5em
2em
;
}
Write
Preview
Loading…
Cancel
Save