mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
adding style for full-name in user meta on posts
This commit is contained in:
parent
5d7a33a799
commit
70c911018b
1 changed files with 7 additions and 1 deletions
|
@ -483,9 +483,15 @@ iframe {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h3.full-name {
|
||||||
|
display: inline;
|
||||||
|
font-weight: normal;
|
||||||
|
font-size: 12px;
|
||||||
|
a {color: $primary;}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
h3 { display: block; }
|
h3 { display: block; }
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue