2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-12 21:10:47 +08:00

Cleaning up the 404 page (#5363)

This commit is contained in:
Kris 2017-11-24 12:41:31 -05:00 committed by GitHub
parent 45c19e44f0
commit c2da25dd5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 53 additions and 63 deletions

View file

@ -26,23 +26,6 @@ blockquote {

}

h1.page-not-found {
line-height: 24px;
margin: 5px 0 -5px 0;
}

h2 {
&.popular-topics-title {
margin-bottom: 6px;
font-size: 1.2em;
}

&.recent-topics-title {
margin-bottom: 6px;
font-size: 1.2em;
}
}

// Common classes
.wrap {
padding: 0 10px;
@ -146,17 +129,6 @@ h2 {
}
}

/* page not found styles */
.page-not-found {
&-topics a.badge-wrapper {
margin-left: 8px;
}

&-search h2 {
font-size: 1.2em;
}
}

.form-vertical {
.control-group {
margin-bottom: 12px;