Template:Team:TU-Munich/LabHeader
From 2013.igem.org
(Difference between revisions)
Line 5: | Line 5: | ||
/* Labjournal */ | /* Labjournal */ | ||
- | div#wikicontent div.labbook h1 | + | div#wikicontent div.labbook h1 { |
font-size: 125% !important; | font-size: 125% !important; | ||
text-align:center !important; | text-align:center !important; | ||
Line 14: | Line 14: | ||
} | } | ||
- | div#wikicontent div.labbook h2 | + | div#wikicontent div.labbook h2 { |
font-size: 125% !important; | font-size: 125% !important; | ||
font-weight: normal !important; | font-weight: normal !important; | ||
Line 143: | Line 143: | ||
//$("div.experiment").addClass("ui-corner-all"); | //$("div.experiment").addClass("ui-corner-all"); | ||
$("div.experiment div.experiment").parents("div.experiment").addClass('doubleexperiment'); | $("div.experiment div.experiment").parents("div.experiment").addClass('doubleexperiment'); | ||
- | $("#bodyContent h2").addClass("ui-corner-all"); | + | //$("#bodyContent h2").addClass("ui-corner-all"); |
- | $(".labbook h1").addClass("ui-corner-all"); | + | //$(".labbook h1").addClass("ui-corner-all"); |
$('.labcheckbox').each(function() { | $('.labcheckbox').each(function() { | ||
if ($(this).is(':checked')){ | if ($(this).is(':checked')){ |
Revision as of 14:12, 6 July 2013