revise styles for displaying draft posts

This commit is contained in:
Huy Tran 2018-11-27 21:17:45 +11:00
parent 77613eb5ce
commit 9cd5abf95b
3 changed files with 16 additions and 5 deletions

View file

@ -10,7 +10,7 @@
color: #333;
border-radius: 2px;
padding: 1px 5px;
}
}
.text-center {
text-align: center;
@ -19,3 +19,7 @@
.pull-right {
float: right;
}
.draft {
color: #999 !important;
}