mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Remove extra padding at top of posts
This commit is contained in:
parent
3e0f47705a
commit
8b9b87f42e
@ -497,6 +497,7 @@
|
|||||||
.topic-meta-data-inside {
|
.topic-meta-data-inside {
|
||||||
float: right;
|
float: right;
|
||||||
z-index: 490;
|
z-index: 490;
|
||||||
|
margin-left: 20px;
|
||||||
.post-info {
|
.post-info {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
@ -518,7 +519,7 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
.contents {
|
.contents {
|
||||||
.cooked {
|
.cooked {
|
||||||
padding: 25px 10px 0;
|
padding: 10px 10px 0;
|
||||||
}
|
}
|
||||||
position: relative;
|
position: relative;
|
||||||
border: 1px solid #b9b9b9;
|
border: 1px solid #b9b9b9;
|
||||||
|
Loading…
Reference in New Issue
Block a user