mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 09:42: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 {
|
td {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-overflow: ellipsis;
|
max-width: 0;
|
||||||
}
|
}
|
||||||
span {
|
span {
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -1898,6 +1898,10 @@ table#latest-visitors {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
}
|
}
|
||||||
|
.paths {
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
#earth_div {
|
#earth_div {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
@ -89,7 +89,7 @@
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<span class="time">7:11PM - 4/27/15</span>
|
<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>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -112,6 +112,16 @@
|
||||||
<span class="paths"><a href="">/index</a>, <a href="">/about</a></span>
|
<span class="paths"><a href="">/index</a>, <a href="">/about</a></span>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</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>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<span class="location">Hong Kong, China</span>
|
<span class="location">Hong Kong, China</span>
|
||||||
|
|
Loading…
Add table
Reference in a new issue