comparison static/css/wikked.less @ 101:13249e5ca51c

Big refactor for better database caching: - Using SQL alchemy instead of raw SQLite. - Better architecture and internal APIs. - Fixed some issues where the database was not used correctly. - Fixed some problems with querying pages. Got rid of `Makefile`, now using `grunt`. Now using a custom `Bootstrap` include file.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 05 Nov 2013 08:13:18 -0800
parents 315c32a4ce58
children 9d22cf4d2412
comparison
equal deleted inserted replaced
100:fd6eccb24882 101:13249e5ca51c
1 // Includes 1 // Includes
2 @import "/bootstrap/less/bootstrap.less"; 2 @import "bootstrap.less";
3 @import "/css/syntax.css"; 3 @import "syntax.css";
4 @import "/css/wmd.css"; 4 @import "wmd.css";
5 5
6 // Constants 6 // Constants
7 @colorBlue: #0F1FFF; 7 @colorBlue: #0F1FFF;
8 @colorBlueDark: #1D3982; 8 @colorBlueDark: #1D3982;
9 @colorOrange: #B03500; 9 @colorOrange: #B03500;