From fa135e9767da174dd852571488144d2109265f31 Mon Sep 17 00:00:00 2001 From: eliseo papa Date: Sat, 9 Mar 2013 12:02:27 +0000 Subject: changed the print css up to a level decent enough to submit to someone --- media/cv-screen.css | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'media/cv-screen.css') 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... +}*/ -- cgit v1.2.3