Skip to content

Commit

Permalink
No result style fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Apr 19, 2012
1 parent bcd767f commit a7226ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/application.scss
Expand Up @@ -181,7 +181,7 @@ div.field .hint { font-size:12px; color:#999;}
p { font-size:16px; }
}

.no_result { text-align:center; padding:70px 0; color:#999; }
.no_result { text-align:center; color:#999; }


.go_top {
Expand Down
1 change: 1 addition & 0 deletions app/assets/stylesheets/search.scss
Expand Up @@ -26,4 +26,5 @@ $border-color:#DDD;
margin:10px 0;
ul { float:right; }
}
.no_result { padding:70px 0; }
}

0 comments on commit a7226ad

Please sign in to comment.