Add some missing post content styles

This commit is contained in:
Toby Zerner 2015-06-01 08:48:10 +09:30
parent 44a4e31fe1
commit acb6a8d8c5
2 changed files with 23 additions and 0 deletions

View File

@ -237,6 +237,25 @@
color: #666;
font-size: 90%;
}
& h1 {
font-size: 160%;
}
& h2 {
font-size: 120%;
font-weight: bold;
}
& h3 {
font-size: 100%;
font-weight: bold;
text-transform: uppercase;
}
& h4, & h5, & h6 {
font-size: 100%;
font-weight: bold;
}
& img {
max-width: 100%;
}
}
.post.is-hidden {
& .post-header, & .post-header a, & .post-user h3, & .post-user h3 a {

View File

@ -18,3 +18,7 @@
.loading-indicator-block {
height: 100px;
}
hr {
border-top: 2px solid @fl-body-secondary-color;
}