mirror of
https://github.com/neocities/neocities.git
synced 2025-05-16 09:27:20 +02:00
Improvements to latest visitors table
This commit is contained in:
parent
4805dbcdf3
commit
830bc28aed
2 changed files with 16 additions and 2 deletions
|
@ -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%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue