Line 13: | Line 13: | ||
/* Fixed header and footer. | /* Fixed header and footer. | ||
* --------------------------------------- */ | * --------------------------------------- */ | ||
+ | body{ | ||
+ | background-color: initial; | ||
+ | } | ||
+ | |||
+ | a{ | ||
+ | padding: initial; | ||
+ | } | ||
+ | |||
+ | p{ | ||
+ | height: initial; | ||
+ | margin: initial; | ||
+ | } | ||
+ | |||
+ | #top_title { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | #globalWrapper, #content { | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | border: 0px; | ||
+ | background-color: white; | ||
+ | margin: 0px; | ||
+ | padding: 0px; | ||
+ | line-height: normal; | ||
+ | font-size: initial; | ||
+ | font-family: initial; | ||
+ | } | ||
+ | |||
#header { | #header { |
Revision as of 11:55, 4 October 2018
Interactive Cell
Human Practices
Human Practices