mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-01-26 22:54:45 +00:00
now with the newer theme mechanism, span.menu-news may be themed while keeping the inline display.
This commit is contained in:
parent
9bb7b400b8
commit
9ed93d5761
@ -41,7 +41,7 @@
|
||||
<ul>
|
||||
<li class="userMenu-home current"><a href="home.html">
|
||||
<span class="selectable_theme theme_original label">Home</span>
|
||||
<span class="menu-news"></span>
|
||||
<span class="selectable_theme theme_nin menu-news"></span>
|
||||
</a></li>
|
||||
<li class="userMenu-network selectable_theme theme_original theme_nin"><a class="label" href="network.html">Network</a></li>
|
||||
<li class="userMenu-profile selectable_theme theme_original theme_nin"><a class="label" href="profile-edit.html">Profile</a></li>
|
||||
|
@ -105,6 +105,7 @@ var MAL = function()
|
||||
} else {
|
||||
newTweetsBar.hide();
|
||||
newTweetsBar.text("");
|
||||
newTweetsBarMenu.text("");
|
||||
newTweetsBarMenu.removeClass("show");
|
||||
document.title = "twister";
|
||||
}
|
||||
|
@ -39,7 +39,7 @@
|
||||
<ul>
|
||||
<li class="userMenu-home"><a href="home.html">
|
||||
<span class="selectable_theme theme_original label">Home</span>
|
||||
<span class="menu-news"></span>
|
||||
<span class="selectable_theme theme_nin menu-news"></span>
|
||||
</a></li>
|
||||
<li class="userMenu-network selectable_theme theme_original theme_nin"><a class="label" href="network.html">Network</a></li>
|
||||
<li class="userMenu-profile selectable_theme theme_original theme_nin"><a class="label" href="profile-edit.html">Profile</a></li>
|
||||
|
Loading…
x
Reference in New Issue
Block a user