Template:Team:Waterloo/NavBar

From 2009.igem.org

(Difference between revisions)
Line 12: Line 12:
$(function() {
$(function() {
$("h1").addClass("ui-corner-all");
$("h1").addClass("ui-corner-all");
-
//$("h2").addClass("ui-corner-all");
+
$("h2").addClass("ui-corner-all");
 +
$("#toctitle>h2").removeClass("ui-corner-all");
$("h3").addClass("ui-corner-all");
$("h3").addClass("ui-corner-all");
$("h1").addClass("ui-state-highlight");
$("h1").addClass("ui-state-highlight");
-
//$("h2").addClass("ui-state-highlight");
+
$("h2").addClass("ui-state-highlight");
 +
$("#toctitle>h2").removeClass("ui-state-highlight");
$("h3").addClass("ui-state-highlight");
$("h3").addClass("ui-state-highlight");
-
$("table").addClass("ui-widget-content");
+
//$("table").addClass("ui-widget-content");
-
//$("table").addClass("ui-corner-all");
+
$("table").addClass("ui-corner-all");
});
});
</script>
</script>
<style type="text/css">
<style type="text/css">
-
#toctitle {
 
-
   
 
-
}
 
h1, h2, h3 {
h1, h2, h3 {

Revision as of 00:16, 22 October 2009