# HG changeset patch # User Ludovic Chabant # Date 1360041659 28800 # Node ID 02150022e2125af89da88bc3d3a1c85b55c9414b # Parent 3a6bde935f46396b7b95431a98e59f5c4f51d41e Use absolute paths in the `less` file. diff -r 3a6bde935f46 -r 02150022e212 wikked/static/css/wikked.less --- 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;