mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-18 18:17:03 +00:00
ui: Stop using element IDs for styling
This commit is contained in:
@@ -55,7 +55,7 @@ view : Session -> Model -> { title : String, content : Html Msg }
|
||||
view session model =
|
||||
{ title = "Inbucket"
|
||||
, content =
|
||||
div [ id "page" ]
|
||||
div [ class "page" ]
|
||||
[ Html.node "rendered-html"
|
||||
[ class "greeting"
|
||||
, property "content" (Encode.string model.greeting)
|
||||
|
||||
Reference in New Issue
Block a user