mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 18:24:52 -06:00
parent
3ae1f98dc8
commit
08104e058a
@ -1,8 +1,9 @@
|
||||
.alert.alert-info {
|
||||
margin-bottom: 0.5em;
|
||||
margin-top: 1em;
|
||||
margin-bottom: 0;
|
||||
&.clickable {
|
||||
// there are (n) new or updated topics, click to show
|
||||
margin-bottom: 0;
|
||||
margin-top: 0;
|
||||
padding: 1em;
|
||||
}
|
||||
}
|
||||
|
@ -138,6 +138,11 @@ blockquote {
|
||||
}
|
||||
|
||||
// Special elements
|
||||
|
||||
#main-outlet {
|
||||
padding-top: 0.25em;
|
||||
}
|
||||
|
||||
#main {
|
||||
position: relative;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user