Skip to content

Commit 49b8646

Browse files
committed
gzip or something
1 parent d503434 commit 49b8646

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

CSS/SubMenuStyle.css.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?php
22
header('Content-Type: text/css');
33
require(join(DIRECTORY_SEPARATOR, array('..', 'Classes', 'IncludeManager.php')));
4+
ob_start('ob_gzhandler');
45
?>
56
.Pagina .sidebar ul, .Pagina .sidebar ul li a, .Pagina .sidebar ul li {
67
margin: 0;

CSS/SubMenuStyleMobiel.css.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?php
22
header('Content-Type: text/css');
33
require(join(DIRECTORY_SEPARATOR, array('..', 'Classes', 'IncludeManager.php')));
4+
ob_start('ob_gzhandler');
45
?>
56
.Mobiel .sidebar ul, .Mobiel .sidebar ul li a {
67
margin: 0;

CSS/markdown.css.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?php
22
header('Content-Type: text/css');
33
require(join(DIRECTORY_SEPARATOR, array('..', 'Classes', 'IncludeManager.php')));
4+
ob_start('ob_gzhandler');
45
?>
56
.markdown-body {
67
-ms-text-size-adjust: 100%;

CSS/mobiel.css.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?php
22
header('Content-Type: text/css');
33
require(join(DIRECTORY_SEPARATOR, array('..', 'Classes', 'IncludeManager.php')));
4+
ob_start('ob_gzhandler');
45
?>
56
.Mobiel{
67
margin : 20px auto 0 auto;

CSS/socialMedia.css.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?php
22
header('Content-Type: text/css');
33
require(join(DIRECTORY_SEPARATOR, array('..', 'Classes', 'IncludeManager.php')));
4+
ob_start('ob_gzhandler');
45
?>
56
.SocialMedia {
67
display: block;

CSS/style.css.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?php
22
header('Content-Type: text/css');
33
require(join(DIRECTORY_SEPARATOR, array('..', 'Classes', 'IncludeManager.php')));
4+
ob_start('ob_gzhandler');
45
?>
56
body {
67
overflow-x: hidden;

0 commit comments

Comments
 (0)