mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
fix h4 style issue on topic map
This commit is contained in:
parent
85c0a8e396
commit
a7dfcc54e8
1 changed files with 2 additions and 2 deletions
|
@ -586,7 +586,7 @@
|
|||
.topic-body {
|
||||
position: relative;
|
||||
|
||||
|
||||
|
||||
|
||||
// this is the little pointy bit of the speech bubble on the post, on the left side
|
||||
&:before,
|
||||
|
@ -645,7 +645,7 @@
|
|||
line-height: 23px;
|
||||
}
|
||||
h4 {
|
||||
margin-bottom: 3px;
|
||||
margin: 0 0 3px 0;
|
||||
color: #6c7376;
|
||||
font-weight: normal;
|
||||
font-size: 12px;
|
||||
|
|
Loading…
Reference in a new issue