Prefer minified CSS

This commit is contained in:
LeoColomb 2014-02-16 14:13:56 +01:00
bovenliggende 0687a30d5c
commit 7238c7bc25

Bestand weergeven

@ -30,7 +30,7 @@
</style>
<script src="<?php echo $base_url ?>/js/less.min.js"></script>
<?php } else { ?>
<link rel="stylesheet" href="<?php echo $base_url ?>/css/daux-<?php echo $options['theme'];?>.css">
<link rel="stylesheet" href="<?php echo $base_url ?>/css/daux-<?php echo $options['theme'];?>.min.css">
<?php } ?>
</head>
<body>