From 22289a7f50af613fadcd10c87fd19354240ba17c Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Wed, 12 Nov 2003 09:36:07 +0000 Subject: [PATCH] Use ems where possible for more flexble layout. git-svn-id: https://develop.svn.wordpress.org/trunk@545 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-layout.css | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/wp-layout.css b/wp-layout.css index 1375aad6f0..63c1706f2e 100644 --- a/wp-layout.css +++ b/wp-layout.css @@ -115,7 +115,7 @@ p, li, .feedback { } #content { - margin: 30px 220px 0 60px; + margin: 30px 13em 0 3em; padding-right: 60px; } @@ -148,7 +148,7 @@ p, li, .feedback { position: absolute; right: 2px; top: 0; - width: 180px; + width: 11em; } #menu form { @@ -159,7 +159,7 @@ p, li, .feedback { background: #eee; border: 1px solid #999; letter-spacing: -0.05em; - width: 80px; + width: 80%; } #menu ul { @@ -179,7 +179,7 @@ p, li, .feedback { } #menu ul ul { - font-style: list-style-type: none; + list-style-type: none; font-variant: normal; font-weight: normal; line-height: 100%; @@ -191,7 +191,6 @@ p, li, .feedback { #menu ul ul li { border: 0; font: normal normal 70%/115% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif; - height: 14px; letter-spacing: 0; margin-top: 0; padding: 0; @@ -200,7 +199,6 @@ p, li, .feedback { #menu ul ul li a { color: #000; - display: block; text-decoration: none; }