Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $clearfix_style = $(document).ready(function() {
- ($("li").hasClass("login")?
- $("li.login").css("margin-right: 10px !important;"):
- $("li.login").css("margin-right: 0px !important;"));
- });
- document.head.insertAdjacentHTML("beforeend", $clearfix_style);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement