Sha256: fe76de007b10fe899a7ec6cab850e1bd453c562e55d3c79e1c66e1c85cafb41b
Contents?: true
Size: 510 Bytes
Versions: 26
Compression:
Stored size: 510 Bytes
Contents
$(function() { if ($.browser.msie) { $(".block").corner("top 6px"); $("#main-navigation, #main-navigation .active").corner("top 6px"); $("#footer .block").corner("round 6px"); $(".table th.first").corner("tl 6px"); $(".table th.last").corner("tr 6px"); $(".jquery-corner").css("z-index", "5"); $("#user-navigation").css("z-index", "10"); if ($.browser.version == "6.0") { $("#header, #page").css({ width: $("#container").css("min-width"), margin: "0 auto" }); } } });
Version data entries
26 entries across 26 versions & 1 rubygems