diff options
author | Arun Persaud <arun@nubati.net> | 2012-10-05 21:34:54 -0700 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2012-10-05 21:38:18 -0700 |
commit | 494ee831e66d59afbf02d42ba59b7ba21f61c011 (patch) | |
tree | 6fd12684f7486c841ea0d246bafc6bdca6bc7afb /include | |
parent | 197cea7c7d2c60f7ca0e8c40b4413ae331cd432c (diff) | |
download | e-DoKo-494ee831e66d59afbf02d42ba59b7ba21f61c011.tar.gz e-DoKo-494ee831e66d59afbf02d42ba59b7ba21f61c011.tar.bz2 e-DoKo-494ee831e66d59afbf02d42ba59b7ba21f61c011.zip |
added less, moved bootstrap to less components
Diffstat (limited to 'include')
-rw-r--r-- | include/output.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/output.php b/include/output.php index 2a743fc..9094171 100644 --- a/include/output.php +++ b/include/output.php @@ -425,9 +425,10 @@ function output_header() <meta charset="utf-8" /> <meta name="viewport" content="width=device-width; initial-scale=1.0;" /> <link rel="shortcut icon" href="pics/edoko-favicon.png" /> - <link rel="stylesheet" href="<?php echo autoversion("css/bootstrap.min.css"); ?>" /> - <link rel="stylesheet" href="<?php echo autoversion("css/standard.css"); ?>" /> + <link rel="stylesheet/less" media="all" href="<?php echo autoversion("css/bootstrap.less"); ?>" /> + <link rel="stylesheet/less" href="<?php echo autoversion("css/standard.less"); ?>" /> <link rel="stylesheet" href="<?php echo autoversion("css/dateinput.css"); ?>"/> + <script src="js/less.min.js" type="text/javascript"></script> </head> <body onload="high_last();"> <header> |