Rename part14 to part12

This commit is contained in:
Richard Feldman
2016-09-06 20:43:33 -07:00
parent ce5f0d0b60
commit a171aebb1f
17 changed files with 490 additions and 821 deletions

View File

@@ -1,15 +0,0 @@
module ElmHubCss exposing (..)
import Css exposing (..)
css : Stylesheet
css =
stylesheet
[ ((.) "content")
[ width (px 960)
, margin2 zero auto
, padding (px 30)
, fontFamilies [ "Helvetica", "Arial", "serif" ]
]
]