12 Commits

Author SHA1 Message Date
kjwon15
dc027951e4 Fix template CSS 2019-01-05 19:37:14 +09:00
Craig Davis
c863e6382e Merge pull request #39 from 501st-alpha1/fixSkillsSpacing
Decrease padding between items in Skills section
2015-03-17 13:11:31 -06:00
Scott Weldon
202eb5afc3 Decrease padding between items in Skills section
This wastes less empty space, and prevents lines from wrapping too
early.
2015-03-16 20:03:36 -07:00
Scott Weldon
ca2e1db998 Fix list overflow for modern template
This fixes the tendency of large lists to flow past the section header
and cause the columns of the list to not be aligned correctly.
This also fixes an issue with the spacing between the end of said lists
and `<hr>`s.
2015-03-16 19:46:55 -07:00
Scott Weldon
005d1c5c6d Update modern template
Add margins to sub-headers; adjust related blocks so that everything
else still looks okay.
2015-03-14 17:41:48 -07:00
Craig Davis
738f5b2b76 Add optional value to the --refresh option. Closes #15 2014-03-24 09:33:27 -05:00
Craig Davis
6c70c5b8e1 Code formatting and general cleaning.
* Update descriptions of templates
* Fix a couple of references to the FogBugz
2014-01-12 15:31:27 -07:00
Craig Davis
8f43dc5c29 Add templates command as warmup for other commands
* Add descriptions to the templates
* Update twig formatters and fix some output bugs
2014-01-12 08:57:39 -07:00
Roland O'Leary
07df0a230e Fix content size of dls in the modern template when pdf-izing 2013-11-24 21:39:47 -05:00
Craig Davis
da01a0b680 Add page breaking and block rules to dl elements. This appears to fix #2.
The `dl` elements have been given an explicit `display:block` and page
break avoid rule. In initial testing, this fixes the wkhtmltopdf bug of
splitting lines in a multi-page document.

See http://stackoverflow.com/questions/8786755 for links and discussion.
2013-09-14 09:42:20 -06:00
Craig Davis
54c28189e1 New Blockish theme
* Adding a new blockish theme with a blue header and an adaptive
design.
* Printable PDF version still needs some work, but overall, this is a
nice layout.
2013-03-19 09:45:36 -05:00
Craig Davis
a98b3602f5 Initial work towards template support
* Simple refactoring of the config system
* Add new unstyled template
* Add new modern template (previously the only)
* Add placeholder for blocky template
* Relocate autoloader
* Move build to ./bin
2013-03-18 21:36:06 -05:00