From aaca2fa191978c52ff048f7e72f7549c5fc10651 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sun, 18 Dec 2016 09:40:21 -0800 Subject: [PATCH] frontend/Layout: use browser styles for bullets --- frontend/src/Layout.purs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/Layout.purs b/frontend/src/Layout.purs index ff81103..c04a907 100644 --- a/frontend/src/Layout.purs +++ b/frontend/src/Layout.purs @@ -154,14 +154,14 @@ index = , span [] [ text "I am a GitHub power user. I am constantly learning new languages and tools. I strongly believe in knowing many languages and ways to do things so I can pick the right tool for the job." ] , h2 [] [ text "Skills" ] , ul - [] + [ className "browser-default" ] [ li [] [ text "Go, Moonscript, Lua, Python, C, Nim, Haskell" ] , li [] [ text "Docker deployments" ] , li [] [ text "Research, Development and Experimentation" ] ] , h2 [] [ text "Side Projects" ] , ul - [] + [ className "browser-default" ] [ li [] [ text "Real-time globally distributed chat server maintenance" ] , li [] [ text "Mashups of chat, video and music" ] ]