Difference between revisions of "Team:Cambridge-JIC/Templates/Menu"
m |
|||
Line 56: | Line 56: | ||
$(this).children("div").data("ml", $(this).children("div").css("margin-left")); | $(this).children("div").data("ml", $(this).children("div").css("margin-left")); | ||
//$(this).children("div").css("margin-left", "30px") | //$(this).children("div").css("margin-left", "30px") | ||
+ | |||
+ | $(this).children(".padleft").data("pl", $(this).children(".padleft").css("padding-left")); | ||
+ | $(this).children(".padleft").css("padding-left", "0px") | ||
$(".team .face .profile p").data("fsz", $(".team .face .profile p").css("font-size")); | $(".team .face .profile p").data("fsz", $(".team .face .profile p").css("font-size")); | ||
Line 83: | Line 86: | ||
$(this).css("min-height", $(this).data("minheight")) | $(this).css("min-height", $(this).data("minheight")) | ||
$(this).children("div").css("font-size", $(this).children("div").data("fsz")) | $(this).children("div").css("font-size", $(this).children("div").data("fsz")) | ||
− | $(this).children("div").css("margin-left", $(this).children("div").data("ml")) | + | //$(this).children("div").css("margin-left", $(this).children("div").data("ml")) |
+ | $(this).children(".padleft").css("padding-left", $(this).children(".padleft").data("pl")) | ||
$(".team .face .profile p").css("font-size", $(".team .face .profile p").data("fsz")) | $(".team .face .profile p").css("font-size", $(".team .face .profile p").data("fsz")) | ||
} | } |
Revision as of 22:53, 29 July 2015