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

@ -3,7 +3,7 @@
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;
use Todaymade\Daux\Console\RunAction;
use Todaymade\Daux\ContentTypes\Markdown\ContentType;
use Todaymade\Daux\Format\HTML\ContentTypes\Markdown\ContentType;
use Todaymade\Daux\Daux;
class Generator implements \Todaymade\Daux\Format\Base\Generator