diff options
author | Joris Guyonvarch | 2015-03-21 13:16:28 +0100 |
---|---|---|
committer | Joris Guyonvarch | 2015-03-21 13:20:21 +0100 |
commit | e6ea754a677dc3e17646e6f2bbeb6623cc44e628 (patch) | |
tree | 7f5a9bff6631398d16b5da663f8a227edc83b5bf /src/View/View.elm | |
parent | a01687a3f0479734882eabed82bd100fc811b698 (diff) |
Simplifying header bar style
Diffstat (limited to 'src/View/View.elm')
-rw-r--r-- | src/View/View.elm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/View/View.elm b/src/View/View.elm index e86ea52..0500610 100644 --- a/src/View/View.elm +++ b/src/View/View.elm @@ -33,7 +33,7 @@ view model = title : Html title = div - [ class "title" ] + [ class "headerBar" ] [ button [ onClick (Signal.send updates Initialize) , class "title" |