diff options
author | eliseo papa <elipapa@alum.mit.edu> | 2013-03-09 12:02:27 +0000 |
---|---|---|
committer | eliseo papa <elipapa@alum.mit.edu> | 2013-03-09 12:02:27 +0000 |
commit | fa135e9767da174dd852571488144d2109265f31 (patch) | |
tree | bd63c41415602b49a0da1e408b2aba238dba430b /media/cv-screen.css | |
parent | 0954ddc15e93c91bf32e3df86b5eb2f5d351ba9e (diff) |
changed the print css up to a level decent enough to submit to someone
Diffstat (limited to 'media/cv-screen.css')
-rw-r--r-- | media/cv-screen.css | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/media/cv-screen.css b/media/cv-screen.css index 0f58292..8a664ef 100644 --- a/media/cv-screen.css +++ b/media/cv-screen.css @@ -138,14 +138,17 @@ h2 { margin-top: 3em; position: relative; top: 1.4em; + text-align: right; + width: 20%; } h3 { font-size: 1em; line-height: 2em; position: relative; - left: 2%; top: 1.7em; + text-align: right; + width: 20%; } a { @@ -157,17 +160,16 @@ a:hover { color:#39f } -blockquote { +#webaddress { margin-top: 1em; position: relative; - left: 12%; + left: 33%; color: #aaa; font-family: Menlo,monospace,sans-serif; font-size: 80%; - width: 65%; } -blockquote a { +#webaddress a { text-decoration: none; } @@ -183,4 +185,7 @@ strong { display: none; } - +/* +@media only screen and (max-width: 480px) { + make one column somehow... +}*/ |