Team:Sheffield/WetLabJournal
From 2014.igem.org
(Difference between revisions)
Line 75: | Line 75: | ||
.mainPage { | .mainPage { | ||
background-color: white; | background-color: white; | ||
- | height: calc(100% - | + | height: -moz-calc(100% - 100px); /* Firefox */ |
+ | height: -webkit-calc(100% - 100px); /* Chrome, Safari */ | ||
+ | height: calc(100% - 100px); /* IE9+ and future browsers */ | ||
} | } | ||
Revision as of 21:29, 7 October 2014
Wet Lab Journal
left
right