discourse/app/assets/stylesheets/common/base/topic.scss

15 lines
191 B
SCSS
Raw Normal View History

2014-10-06 11:50:18 -04:00
#topic-title {
.title-wrapper {float: left; width: 90%;}
a.badge-category {
margin-top: 5px;
}
2014-12-19 03:46:24 -05:00
a.edit-topic i { font-size: 0.8em; }
2014-10-06 11:50:18 -04:00
}
.topic-title-outlet {
clear: both;
}