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

Commit

Permalink
Fix border radius for boxes headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Navratil committed Feb 9, 2017
1 parent 3f4b090 commit a03ec5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/Index.elm
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ boxStyles =
boxHeaderStyles =
[ "background-color" => "#fafafa"
, "text-align" => "center"
, "border-radius" => "5px 5px 0 0"
]


Expand Down

0 comments on commit a03ec5d

Please sign in to comment.