1
0
mirror of https://github.com/arsenetar/pelican-red.git synced 2026-03-18 16:41:38 +00:00

Finalize javascript and stylsheet for issue #4

Adjust javascript image size to always be less than max container width.
Stylesheets are not built in compressed mode by default.
Stylesheet changes are mainly to incorperate styles for new elements.
Stying of the list elements uses a slightly lighter gradient.
This commit is contained in:
2013-07-30 14:44:31 -04:00
parent b7efae362c
commit ff3c58c45b
4 changed files with 54 additions and 803 deletions

View File

@@ -10,7 +10,7 @@ javascripts_dir = "js"
fonts_dir = "fonts"
# You can select your preferred output style here (can be overridden via the command line):
output_style = :compact #or :compressed
output_style = :compressed #or :compressed
# To enable relative paths to assets via compass helper functions. Uncomment:
relative_assets = true