mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +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%;
|
||||
|
|
|
@ -89,7 +89,7 @@
|
|||
</td>
|
||||
<td>
|
||||
<span class="time">7:11PM - 4/27/15</span>
|
||||
<span class="paths"><a href="">/index</a>, <a href="">/links</a>, <a href="">/art</a></span>
|
||||
<span class="paths"><a href="">/index</a>, <a href="">/links</a>, <a href="">/art</a>, <a href="">/music</a>, <a href="">/about</a></span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -112,6 +112,16 @@
|
|||
<span class="paths"><a href="">/index</a>, <a href="">/about</a></span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="location">Hong Kong, China</span>
|
||||
<a class="referrer" href=""><i class="fa fa-search"></i> Google search</a>
|
||||
</td>
|
||||
<td>
|
||||
<span class="time">7:11PM - 4/27/15</span>
|
||||
<span class="paths"><a href="">/index</a>, <a href="">/links</a>, <a href="">/art</a>, <a href="">/music</a>, <a href="">/tech</a>, <a href="">/about</a></span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="location">Hong Kong, China</span>
|
||||
|
|
Loading…
Add table
Reference in a new issue