aboutsummaryrefslogtreecommitdiff
path: root/source/css/print.css
diff options
context:
space:
mode:
authorZhiming Wang <zmwangx@gmail.com>2016-09-02 21:32:54 +0800
committerZhiming Wang <zmwangx@gmail.com>2016-09-02 21:32:54 +0800
commitd041eb65886bda0c4f3e772fdc22c36de350ad03 (patch)
treeff85eb9af1ec105465c9f06bdef752ddc0f72f9e /source/css/print.css
parent2188bbbd7b9fd97e9e2e369ee8b525121501746a (diff)
downloadmy_new_personal_website-d041eb65886bda0c4f3e772fdc22c36de350ad03.tar.xz
my_new_personal_website-d041eb65886bda0c4f3e772fdc22c36de350ad03.zip
Collapse most CSS files into theme.css
Having a whole bunch of CSS files is not good for the performance of the website.
Diffstat (limited to 'source/css/print.css')
-rw-r--r--source/css/print.css23
1 files changed, 0 insertions, 23 deletions
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;
-}