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

git-svn-id: https://develop.svn.wordpress.org/trunk@5185 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
rob1n 2007-04-06 00:38:30 +00:00
parent 8a8e57b000
commit d560f89eb4
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;
}
}