revise styles for displaying draft posts
This commit is contained in:
parent
77613eb5ce
commit
9cd5abf95b
3 changed files with 16 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue