Custom formatting of the age string, widen subject column.
This commit is contained in:
@@ -39,7 +39,7 @@ iframe {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
width: 15em;
|
||||
width: 10em;
|
||||
}
|
||||
.index .subject {
|
||||
overflow: hidden;
|
||||
@@ -47,8 +47,9 @@ iframe {
|
||||
white-space: nowrap;
|
||||
}
|
||||
.index .date {
|
||||
width: 8em;
|
||||
width: 6em;
|
||||
white-space: nowrap;
|
||||
text-align: right;
|
||||
}
|
||||
.footer {
|
||||
background-color: #eee;
|
||||
|
||||
Reference in New Issue
Block a user