diff options
author | Zhiming Wang <zmwangx@gmail.com> | 2016-09-02 21:32:54 +0800 |
---|---|---|
committer | Zhiming Wang <zmwangx@gmail.com> | 2016-09-02 21:32:54 +0800 |
commit | d041eb65886bda0c4f3e772fdc22c36de350ad03 (patch) | |
tree | ff85eb9af1ec105465c9f06bdef752ddc0f72f9e /source/css/theme-narrow.css | |
parent | 2188bbbd7b9fd97e9e2e369ee8b525121501746a (diff) | |
download | my_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/theme-narrow.css')
-rw-r--r-- | source/css/theme-narrow.css | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/source/css/theme-narrow.css b/source/css/theme-narrow.css deleted file mode 100644 index d8b9eca5..00000000 --- a/source/css/theme-narrow.css +++ /dev/null @@ -1,31 +0,0 @@ -body { - margin: 40px 0 100px 0; -} - -.nav { - position: static; - width: 100%; - height: 150px; - margin: 20px 0; -} - -.nav-icon { - width: 150px; - height: 150px; - line-height: 150px; -} - -.nav-icon:before { - font-size: 54px; -} - -.nav-title, .nav-author { - height: 0; - width: 0; - visibility: hidden; - pointer-events: none; -} - -.content, .content-separator, .footer { - width: 80%; -} |