summaryrefslogtreecommitdiff
path: root/themes/default.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-06 14:49:33 +0300
committerAndrew Dolgov <[email protected]>2018-12-06 14:49:33 +0300
commit15d05e8a26991dd7435b17c6a43cb60cf1175947 (patch)
tree05c9aa159f87729f6fef2d0ab8cdd3e23d528fa9 /themes/default.php
parentd2d2cb7e7dd25f8257f467806da6843aca95a9cb (diff)
night.css: do not import default less theme statically
remove themes/default.php (not needed) compact.css: fixes
Diffstat (limited to 'themes/default.php')
-rw-r--r--themes/default.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/themes/default.php b/themes/default.php
deleted file mode 100644
index 48ca80752..000000000
--- a/themes/default.php
+++ /dev/null
@@ -1,10 +0,0 @@
-<?php
- header("Content-type: text/css");
-
- function import_tag($filename) {
- return "@import \"$filename?".filemtime($filename)."\";";
- }
-
- print import_tag("../css/default.css") . "\n";
-?>
-