Skip to content

Commit

Permalink
Fixed CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronTraas committed Jul 24, 2019
1 parent 6d487a7 commit 9e047a5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion crtools/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.6.3"
__version__ = "2.7.0"
10 changes: 10 additions & 0 deletions crtools/static/crtools.css
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,11 @@ table td.battles {
font-weight: bold;
}

td.last-seen {
font-size: 12px;
text-align: center;
}

#war-stats .wins,
#war-stats .crowns,
#war-stats .battles {
Expand Down Expand Up @@ -585,6 +590,10 @@ table td.rank span {
padding-left: 0;
}

#member-table td.rank {
text-align: center;
}

#member-table td.name {
position: relative;
}
Expand Down Expand Up @@ -635,6 +644,7 @@ table td.rank span {
#info table .score,
#info table .inactivity,
#info table .donations,
#info table .donations-recieved,
#info table .trophies {
text-align: center;
}
Expand Down

0 comments on commit 9e047a5

Please sign in to comment.