Add some separation between the update count and stats. #276

This commit is contained in:
Zixaphir 2013-05-08 03:05:47 -07:00
parent ce5fe31c1e
commit 597423fbc6
5 changed files with 7 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because one or more lines are too long

View File

@ -283,6 +283,10 @@ else "
width: 7px;
#{Style.sizing}: border-box;
}
/* Updater */
#update-status:not(.null)::after {
content: ', ';
}
/* Pagination */
.pagelist {
border-width: 1px;