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