From d041eb65886bda0c4f3e772fdc22c36de350ad03 Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Fri, 2 Sep 2016 21:32:54 +0800 Subject: Collapse most CSS files into theme.css Having a whole bunch of CSS files is not good for the performance of the website. --- source/css/print.css | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 source/css/print.css (limited to 'source/css/print.css') diff --git a/source/css/print.css b/source/css/print.css deleted file mode 100644 index 1e9c08e3..00000000 --- a/source/css/print.css +++ /dev/null @@ -1,23 +0,0 @@ -body { - margin: 5% 0; - font-size: 12px; -} - -sup { - font-size: 0.5em; - top: -1em; -} - -pre { - -webkit-print-color-adjust: exact; -} - -.content, .content-separator, .footer { - width: 90%; -} - -.nav, .rss-icon, .atom-icon, .cc-icon { - width: 0; - height: 0; - visibility: hidden; -} -- cgit v1.2.1