Prefer minified CSS

This commit is contained in:
LeoColomb 2014-02-16 14:13:56 +01:00
parent 0687a30d5c
commit 7238c7bc25
1 changed files with 1 additions and 1 deletions

View File

@ -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>