Move assets to seperate subfolders

This commit is contained in:
Frederic Guillot
2015-01-25 13:09:54 -05:00
parent 0812ceedde
commit 746a3f8d23
44 changed files with 717 additions and 1414 deletions

15
assets/css/src/title.css Normal file
View File

@@ -0,0 +1,15 @@
/* titles */
h1, h2, h3 {
font-weight: normal;
color: #333;
}
h2 {
font-size: 1.3em;
margin-bottom: 10px;
}
h3 {
margin-top: 10px;
font-size: 1.2em;
}