Use ems where possible for more flexble layout.

git-svn-id: http://svn.automattic.com/wordpress/trunk@545 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2003-11-12 09:36:07 +00:00
parent 70bbae13c4
commit b16ad38d3a
1 changed files with 4 additions and 6 deletions

View File

@ -115,7 +115,7 @@ p, li, .feedback {
} }
#content { #content {
margin: 30px 220px 0 60px; margin: 30px 13em 0 3em;
padding-right: 60px; padding-right: 60px;
} }
@ -148,7 +148,7 @@ p, li, .feedback {
position: absolute; position: absolute;
right: 2px; right: 2px;
top: 0; top: 0;
width: 180px; width: 11em;
} }
#menu form { #menu form {
@ -159,7 +159,7 @@ p, li, .feedback {
background: #eee; background: #eee;
border: 1px solid #999; border: 1px solid #999;
letter-spacing: -0.05em; letter-spacing: -0.05em;
width: 80px; width: 80%;
} }
#menu ul { #menu ul {
@ -179,7 +179,7 @@ p, li, .feedback {
} }
#menu ul ul { #menu ul ul {
font-style: list-style-type: none; list-style-type: none;
font-variant: normal; font-variant: normal;
font-weight: normal; font-weight: normal;
line-height: 100%; line-height: 100%;
@ -191,7 +191,6 @@ p, li, .feedback {
#menu ul ul li { #menu ul ul li {
border: 0; border: 0;
font: normal normal 70%/115% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif; font: normal normal 70%/115% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
height: 14px;
letter-spacing: 0; letter-spacing: 0;
margin-top: 0; margin-top: 0;
padding: 0; padding: 0;
@ -200,7 +199,6 @@ p, li, .feedback {
#menu ul ul li a { #menu ul ul li a {
color: #000; color: #000;
display: block;
text-decoration: none; text-decoration: none;
} }