Mercurial > wikked
changeset 58:02150022e212
Use absolute paths in the `less` file.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Mon, 04 Feb 2013 21:20:59 -0800 |
parents | 3a6bde935f46 |
children | 59ecc742ab8e |
files | wikked/static/css/wikked.less |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/wikked/static/css/wikked.less Mon Feb 04 21:20:31 2013 -0800 +++ b/wikked/static/css/wikked.less Mon Feb 04 21:20:59 2013 -0800 @@ -1,7 +1,7 @@ // Includes -@import "../bootstrap/css/bootstrap.min.css"; -@import "../css/syntax.css"; -@import "../css/wmd.css"; +@import "/bootstrap/css/bootstrap.min.css"; +@import "/css/syntax.css"; +@import "/css/wmd.css"; // Constants @baseFontSize: 18px;