Fix position of search tags box, props scohoust, fixes #7731

git-svn-id: https://develop.svn.wordpress.org/trunk@8872 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2008-09-11 21:59:55 +00:00
parent a39981c096
commit c2d398f8b9
1 changed files with 0 additions and 7 deletions

View File

@ -1521,13 +1521,6 @@ form#tags-filter {
position: relative; position: relative;
} }
p#tag-search {
position: absolute;
right: 0;
top: 0;
margin: 0;
}
form#posts-filter { form#posts-filter {
position: relative; position: relative;
} }