mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 22:48:55 +08:00
FIX: Crawler footer style needed to be more specific
This commit is contained in:
parent
81dcadf788
commit
d4f6b9e827
@ -30,6 +30,11 @@ body.crawler {
|
||||
.topic-list {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
footer {
|
||||
margin-top: 3em;
|
||||
border-top: 1px solid $primary-low-mid;
|
||||
}
|
||||
}
|
||||
|
||||
.crawler-topic-title {
|
||||
@ -99,11 +104,6 @@ body.crawler {
|
||||
}
|
||||
}
|
||||
|
||||
footer {
|
||||
margin-top: 3em;
|
||||
border-top: 1px solid $primary-low-mid;
|
||||
}
|
||||
|
||||
.crawler-nav {
|
||||
margin: 1em 0;
|
||||
ul {
|
||||
|
Loading…
x
Reference in New Issue
Block a user