mirror of
https://github.com/discourse/discourse.git
synced 2025-06-23 03:51:43 +08:00
fix h4 style issue on topic map
This commit is contained in:
@ -586,7 +586,7 @@
|
|||||||
.topic-body {
|
.topic-body {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// this is the little pointy bit of the speech bubble on the post, on the left side
|
// this is the little pointy bit of the speech bubble on the post, on the left side
|
||||||
&:before,
|
&:before,
|
||||||
@ -645,7 +645,7 @@
|
|||||||
line-height: 23px;
|
line-height: 23px;
|
||||||
}
|
}
|
||||||
h4 {
|
h4 {
|
||||||
margin-bottom: 3px;
|
margin: 0 0 3px 0;
|
||||||
color: #6c7376;
|
color: #6c7376;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
Reference in New Issue
Block a user