Use fixed widths instead of pixels, so it stays the same at all resolutions. see #4068

git-svn-id: http://svn.automattic.com/wordpress/trunk@5185 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
rob1n 2007-04-06 00:38:30 +00:00
parent 00e9ff778a
commit 0b5b8fb535
2 changed files with 6 additions and 6 deletions

View File

@ -199,7 +199,7 @@ a.dbx-toggle, a.dbx-toggle:visited {
a.view-link {
right:auto;
left:2em;
left:5%;
margin-right:0;
margin-left:19em;
}
margin-left:220px;
}

View File

@ -1335,7 +1335,7 @@ a.page-numbers:hover {
a.view-link {
position: absolute;
right: 2em;
margin-right: 19em;
right: 5%;
margin-right: 220px;
text-decoration:underline;
}
}