Remove Bootstrap and simplify styles

This commit is contained in:
Stéphane Goetz
2016-05-23 20:09:15 +02:00
parent 1893a6ab98
commit 05a39eeeff
121 changed files with 1463 additions and 11029 deletions

View File

@ -11,7 +11,7 @@ Here is an example `config.json` file :
"favicon": "<theme_url>img/favicon.png",
"css": ["<theme_url>css/theme.min.css"],
"js": [],
"fonts": ["//fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700&subset=latin,cyrillic-ext,cyrillic"],
"fonts": ["https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700&subset=latin,cyrillic-ext,cyrillic"],
"variants": {
"blue": {
"favicon": "<theme_url>img/favicon-blue.png",