discourse/app/assets/stylesheets/mobile/topic.css.scss

41 lines
411 B
SCSS
Raw Normal View History

2013-09-06 03:37:07 +08:00
.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;}
}
}