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:
parent
45c19e44f0
commit
c2da25dd5c
4 changed files with 53 additions and 63 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue