diff options
author | eliseo papa <elipapa@alum.mit.edu> | 2013-03-09 01:23:14 +0000 |
---|---|---|
committer | eliseo papa <elipapa@alum.mit.edu> | 2013-03-09 01:23:14 +0000 |
commit | 0954ddc15e93c91bf32e3df86b5eb2f5d351ba9e (patch) | |
tree | ca58f245f3abf2767e84b4733afe1e8722984fb5 /media | |
parent | 7c7227a0b00d358195658a455d1a8817050df35f (diff) |
first few graphical differences between print and web
Diffstat (limited to 'media')
-rw-r--r-- | media/cv-print.css | 14 | ||||
-rw-r--r-- | media/cv-screen.css | 5 |
2 files changed, 11 insertions, 8 deletions
diff --git a/media/cv-print.css b/media/cv-print.css index e032420..f76bcb6 100644 --- a/media/cv-print.css +++ b/media/cv-print.css @@ -123,7 +123,7 @@ h1 { font-size: 3em; line-height: 1em; position: relative; - left: 33%; + left: 25%; } h1+p { @@ -158,12 +158,7 @@ a:hover { } blockquote { - margin-top: 1em; - position: relative; - left: 12%; - color: #aaa; - font-family: Menlo,monospace,sans-serif; - width: 65%; + display: none; } blockquote a { @@ -178,6 +173,11 @@ strong { font-weight: bold; } +#address { + position: relative; + left: 25%; +} + diff --git a/media/cv-screen.css b/media/cv-screen.css index 1eb41c7..0f58292 100644 --- a/media/cv-screen.css +++ b/media/cv-screen.css @@ -163,6 +163,7 @@ blockquote { left: 12%; color: #aaa; font-family: Menlo,monospace,sans-serif; + font-size: 80%; width: 65%; } @@ -178,6 +179,8 @@ strong { font-weight: bold; } - +#address { + display: none; +} |