added a column for administrators.

This commit is contained in:
BJRambo 2016-03-14 09:41:34 +09:00
parent 3272c5a021
commit 9c653d210b
10 changed files with 59 additions and 7 deletions

View file

@ -455,6 +455,13 @@
text-overflow: ellipsis;
color: #555;
}
.read_header h1 span.is_admin {
font-size: 15px;
font-weight: normal;
line-height:15px;
color:#FF6C00;
}
.read_header h1 a {
text-decoration: none;
color: #444;