Improvements to latest visitors table

This commit is contained in:
Victoria Wang 2015-05-05 08:58:42 -07:00
parent 4805dbcdf3
commit 830bc28aed
2 changed files with 16 additions and 2 deletions

View file

@ -1888,7 +1888,7 @@ table#latest-visitors {
td {
white-space: nowrap;
text-overflow: ellipsis;
max-width: 0;
}
span {
display: block;
@ -1898,6 +1898,10 @@ table#latest-visitors {
font-weight: bold;
font-size: 1.2em;
}
.paths {
overflow: hidden;
text-overflow: ellipsis;
}
}
#earth_div {
width: 100%;