Removed search page, moved search form to bottom of browse page

This commit is contained in:
Victoria Wang 2015-07-17 12:03:00 -07:00
parent 375de16acc
commit b38472260c
5 changed files with 37 additions and 39 deletions

View file

@ -1734,8 +1734,20 @@ a.tag:hover {
.browse-page h1 {
margin-top: 0;
}
.browse-page .tags {
padding: 25px 30px 45px;
.browse-page .row.content.misc {
form {
padding: 0;
}
input {
margin-top: 0;
margin-bottom: 0;
}
&:last-child {
padding-bottom: 68px;
}
p {
margin-top: 1em;
}
}
.misc-page .pagination {
width: 100%;