First version

This commit is contained in:
Marc Ducobu
2015-06-16 13:43:31 +02:00
parent f60727fc5e
commit 113babe06d
73 changed files with 19653 additions and 592 deletions

View File

@@ -18,12 +18,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
div.timeline {
div {
margin: 0.7em 0.2em;
background-color: #e6e6e6;
padding: 0.3em;
margin: 0.7em 0.2em;
background-color: #e6e6e6;
padding: 0.3em;
div.summary {
margin-left: 1em;
}
div.summary {
margin-left: 1em;
}
}
}

View File

@@ -4,5 +4,14 @@ $chill-yellow: #eec84a;
$chill-orange: #e2793d;
$chill-red: #df4949;
$chill-gray: #ececec;
$chill-brown: #cabb9f;
$chlll-pink: #dd506d;
$chill-beige :#cabb9f;
$chill-pink :#dd506d;
$chill-dark-gray: #333333;
$chill-light-gray: #b2b2b2;
$orange: $chill-orange;
$red: $chill-red;
$green: $chill-green;
$blue: $chill-blue;
$yellow: $chill-yellow;

View File

@@ -0,0 +1 @@
// For cutomizing the buttons

View File

@@ -0,0 +1 @@
// For cutomizing the navigation

View File

@@ -0,0 +1 @@
// For cutomizing the navigation