Mercurial > wikked
diff 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 |
line wrap: on
line diff
--- a/static/css/wikked.less Sat May 25 22:35:23 2013 -0700 +++ b/static/css/wikked.less Tue Nov 05 08:13:18 2013 -0800 @@ -1,7 +1,7 @@ // Includes -@import "/bootstrap/less/bootstrap.less"; -@import "/css/syntax.css"; -@import "/css/wmd.css"; +@import "bootstrap.less"; +@import "syntax.css"; +@import "wmd.css"; // Constants @colorBlue: #0F1FFF;