diff --git a/.gitignore b/.gitignore index 12478fe..4321f3b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ _site/ .sass-cache/ .jekyll-metadata -garth-jekyll-theme-0.1.2.gem +garth-jekyll-theme-*.gem index.html diff --git a/_sass/styles.scss b/_sass/styles.scss deleted file mode 100644 index c94aa5f..0000000 --- a/_sass/styles.scss +++ /dev/null @@ -1,13 +0,0 @@ -html { - font-family: sans-serif; - -ms-text-size-adjust: 100%; - -webkit-text-size-adjust: 100%; -} - -body { - margin: 0; -} - -h1 { - margin-top: 0; -} diff --git a/garth-jekyll-theme.gemspec b/garth-jekyll-theme.gemspec index 18fc9b1..0c3ee33 100644 --- a/garth-jekyll-theme.gemspec +++ b/garth-jekyll-theme.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'garth-jekyll-theme' - s.version = '0.1.2' + s.version = '0.1.4' s.license = 'MIT' s.summary = 'An experimental theme for Jekyll' s.description = 'An experimental theme for Jekyll, just to test this out'