now with the newer theme mechanism, span.menu-news may be themed while keeping the inline display.

This commit is contained in:
Miguel Freitas 2014-09-28 16:32:48 -03:00
parent 9bb7b400b8
commit 9ed93d5761
3 changed files with 3 additions and 2 deletions

View File

@ -41,7 +41,7 @@
<ul> <ul>
<li class="userMenu-home current"><a href="home.html"> <li class="userMenu-home current"><a href="home.html">
<span class="selectable_theme theme_original label">Home</span> <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> </a></li>
<li class="userMenu-network selectable_theme theme_original theme_nin"><a class="label" href="network.html">Network</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> <li class="userMenu-profile selectable_theme theme_original theme_nin"><a class="label" href="profile-edit.html">Profile</a></li>

View File

@ -105,6 +105,7 @@ var MAL = function()
} else { } else {
newTweetsBar.hide(); newTweetsBar.hide();
newTweetsBar.text(""); newTweetsBar.text("");
newTweetsBarMenu.text("");
newTweetsBarMenu.removeClass("show"); newTweetsBarMenu.removeClass("show");
document.title = "twister"; document.title = "twister";
} }

View File

@ -39,7 +39,7 @@
<ul> <ul>
<li class="userMenu-home"><a href="home.html"> <li class="userMenu-home"><a href="home.html">
<span class="selectable_theme theme_original label">Home</span> <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> </a></li>
<li class="userMenu-network selectable_theme theme_original theme_nin"><a class="label" href="network.html">Network</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> <li class="userMenu-profile selectable_theme theme_original theme_nin"><a class="label" href="profile-edit.html">Profile</a></li>