aboutsummaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorZhiming Wang <zmwangx@gmail.com>2015-08-05 22:41:11 -0700
committerZhiming Wang <zmwangx@gmail.com>2015-08-05 22:41:11 -0700
commitc4dbe23a55641dcea35a2de6535cf1279784ae1e (patch)
tree1d03bc9e38d27189ceca665a46076fbfd7335265 /source
parent1a5dfe62c642e87cd617ec9646f804448dce0655 (diff)
downloadmy_new_personal_website-c4dbe23a55641dcea35a2de6535cf1279784ae1e.tar.xz
my_new_personal_website-c4dbe23a55641dcea35a2de6535cf1279784ae1e.zip
Update print.css
I forgot to update print.css to match the updated DOM last time.
Diffstat (limited to '')
-rw-r--r--source/css/print.css7
1 files changed, 3 insertions, 4 deletions
diff --git a/source/css/print.css b/source/css/print.css
index 56f86dc0..452c929d 100644
--- a/source/css/print.css
+++ b/source/css/print.css
@@ -1,14 +1,13 @@
body {
+ margin: 5% 0;
font-size: 7.936pt;
}
-article {
- position: static;
+.content, .content-separator, .footer {
width: 90%;
- margin: 5%;
}
-nav, footer .rfooter .cc-icon, footer .rfooter .atom-icon, footer .rfooter .rss-icon {
+.nav, .rss-icon, .atom-icon, .cc-icon {
width: 0;
height: 0;
visibility: hidden;