mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
Merge branch 'v2' of github.com:neocities/neocities into v2
This commit is contained in:
commit
19bb544b78
2 changed files with 4 additions and 1 deletions
|
@ -274,6 +274,9 @@
|
|||
li {
|
||||
width:100%;
|
||||
|
||||
a {
|
||||
float:left;
|
||||
}
|
||||
a:hover, a:focus {
|
||||
background:#3C6670;
|
||||
}
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
<ul class="dropdown-menu">
|
||||
<li><a href="/site/<%= current_site.username %>">Profile</a></li>
|
||||
<li>
|
||||
<a href="/?activity=mine">Activity
|
||||
<a href="/?activity=mine"><span class="float-Left">Activity</span>
|
||||
<% if current_site.unseen_notifications_count > 0 %>
|
||||
<span class="notification-value"><%= current_site.unseen_notifications_count %></span>
|
||||
<% end %>
|
||||
|
|
Loading…
Add table
Reference in a new issue