aboutsummaryrefslogtreecommitdiff
path: root/src/View/View.elm
diff options
context:
space:
mode:
authorJoris Guyonvarch2015-03-21 13:16:28 +0100
committerJoris Guyonvarch2015-03-21 13:20:21 +0100
commite6ea754a677dc3e17646e6f2bbeb6623cc44e628 (patch)
tree7f5a9bff6631398d16b5da663f8a227edc83b5bf /src/View/View.elm
parenta01687a3f0479734882eabed82bd100fc811b698 (diff)
Simplifying header bar style
Diffstat (limited to 'src/View/View.elm')
-rw-r--r--src/View/View.elm2
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"