Minify glyphicons.css

This commit is contained in:
ruan 2018-04-23 08:46:20 +02:00
parent e6d96da71d
commit 0dc8337a6e
No known key found for this signature in database
GPG Key ID: 0D2EC1C52E469C0B
3 changed files with 2 additions and 1069 deletions

File diff suppressed because it is too large Load Diff

1
inc/css/glyphicons.min.css vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -65,7 +65,7 @@ $settings = $this->page->settings;
<link rel="shortcut icon" href="inc/img/minecraft.ico"> <link rel="shortcut icon" href="inc/img/minecraft.ico">
<!-- CSS --> <!-- CSS -->
<link href="<?php echo $this->page->autoversion('inc/css/bootstrap.min.css'); ?>" rel="stylesheet"> <link href="<?php echo $this->page->autoversion('inc/css/bootstrap.min.css'); ?>" rel="stylesheet">
<link href="<?php echo $this->page->autoversion('inc/css/glyphicons.css'); ?>" rel="stylesheet"> <link href="<?php echo $this->page->autoversion('inc/css/glyphicons.min.css'); ?>" rel="stylesheet">
<link href="<?php echo $this->page->autoversion('inc/css/custom.css'); ?>" rel="stylesheet"> <link href="<?php echo $this->page->autoversion('inc/css/custom.css'); ?>" rel="stylesheet">
<script type="text/javascript"> <script type="text/javascript">
function withjQuery(f) { function withjQuery(f) {