Clean up spurious trailing whitespace, and extra/missing newlines at EOF.

This commit is contained in:
Jon Frisby 2013-04-10 09:53:49 -07:00
parent 21cd6de44a
commit 0419b05143
33 changed files with 51 additions and 59 deletions

View File

@ -98,4 +98,3 @@ $(document).ready(function() {
octopress.addMobileNav();
octopress.addSidebarToggler();
});

View File

@ -189,4 +189,3 @@ body.sidebar-footer {
ul, ol { margin-left: 0; }
}
}

View File

@ -134,4 +134,3 @@ body > nav {
a[rel=subscribe-rss]{ @include mask-subscription-nav('rss.png'); }
a[rel=subscribe-email]{ @include mask-subscription-nav('email.png'); }
}

View File

@ -232,4 +232,3 @@ pre, figure .highlight {
&::-webkit-scrollbar { height: .5em; background: $solar-scroll-bg; }
&::-webkit-scrollbar-thumb:horizontal { background: $solar-scroll-thumb; -webkit-border-radius: 4px; border-radius: 4px }
}

View File

@ -3,4 +3,3 @@
Imported. Load order is alphabetical and styles can be overriden in
custom/_style.scss which is loaded after all plugin stylesheets.
*/

View File

@ -22,4 +22,3 @@ layout: nil
</entry>
{% endfor %}
</feed>

View File

@ -28,4 +28,3 @@ layout: default
{% endif %}
</aside>
{% endunless %}

View File

@ -100,6 +100,7 @@ module Octopress
configs.to_symbol_keys
end
# Static: Writes configuration files necessary for generation of the Jekyll site
#
# Returns a Hash of the items which were written to the Jekyll configuration file

View File

@ -66,4 +66,3 @@ module Octopress
end
end
end

View File

@ -41,4 +41,3 @@ def config_tag(config, key, tag=nil, classname=nil)
end
Liquid::Template.register_tag('config_tag', ConfigTag)