mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-28 18:17:29 -05:00
40 lines
411 B
SCSS
40 lines
411 B
SCSS
|
|
.topic-meta-data {width: 100%;
|
|
|
|
|
|
h3 a {margin-left: 10px;}
|
|
|
|
}
|
|
.topic-meta-data a {float: left;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.post-info {float: right; margin-top: -28px; margin-right: 15px;
|
|
|
|
|
|
}
|
|
.edits {margin-right: 60px;}
|
|
|
|
|
|
#topic-progress-wrapper {display: none;}
|
|
|
|
#topic-title {margin-bottom: 20px;
|
|
margin: 0 60px 10px 20px;
|
|
line-height: 1.7em;
|
|
|
|
|
|
|
|
h1 {font-size: 1.5em; margin:0;
|
|
|
|
a.edit-topic {font-size: 15px;}
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|