Use class name for styles.

This commit is contained in:
Will Rossiter 2013-05-30 20:36:07 +12:00
parent 0c3bc660a7
commit cbe533b9ce
1 changed files with 4 additions and 4 deletions

View File

@ -169,11 +169,11 @@ body {
/* Search form */
.search-bar {
position: absolute;
right: 28px;
top: 32px;
position: absolute;
right: 13px;
top: 12px;
}
.search-bar #Search {
.search-bar .field {
margin: 0;
padding: 0;
}