Skip to content
This repository was archived by the owner on Aug 23, 2018. It is now read-only.

Commit a03ec5d

Browse files
author
Jan Navratil
committed
Fix border radius for boxes headers
1 parent 3f4b090 commit a03ec5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pages/Index.elm

+1
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ boxStyles =
9494
boxHeaderStyles =
9595
[ "background-color" => "#fafafa"
9696
, "text-align" => "center"
97+
, "border-radius" => "5px 5px 0 0"
9798
]
9899

99100

0 commit comments

Comments
 (0)