mirror of
https://github.com/there4/markdown-resume.git
synced 2024-12-03 08:59:35 -05:00
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
This commit is contained in:
14
templates/unstyled/css/resume.css
Normal file
14
templates/unstyled/css/resume.css
Normal file
@@ -0,0 +1,14 @@
|
||||
.clearfix {
|
||||
zoom: 1;
|
||||
&:after {
|
||||
display: block;
|
||||
visibility: hidden;
|
||||
height: 0;
|
||||
clear: both;
|
||||
content: ".";
|
||||
}
|
||||
}
|
||||
|
||||
body {
|
||||
color: #222;
|
||||
}
|
||||
Reference in New Issue
Block a user