Template:Team:Waterloo/CSS/baseWiki
From 2014.igem.org
(Difference between revisions)
(4 intermediate revisions not shown) | |||
Line 47: | Line 47: | ||
list-style: none; | list-style: none; | ||
line-height: 18px; | line-height: 18px; | ||
+ | } | ||
+ | ol li{ | ||
+ | list-style:decimal; | ||
} | } | ||
table { | table { | ||
Line 113: | Line 116: | ||
width: 100px; | width: 100px; | ||
padding: 0px 8px; | padding: 0px 8px; | ||
+ | } | ||
+ | img.image70{ | ||
+ | width: 70%; | ||
} | } | ||
img.equation { | img.equation { | ||
Line 344: | Line 350: | ||
} | } | ||
/* Lists on mathbook page */ | /* Lists on mathbook page */ | ||
- | #MathBook ul li { | + | #MathBook ul li, #Acknowledgements ul li { |
list-style-type: circle; | list-style-type: circle; | ||
} | } | ||
- | #MathBook ol li { | + | #MathBook ol li, #Acknowledgements ol li { |
list-style-type: upper-roman; | list-style-type: upper-roman; | ||
} | } |
Latest revision as of 03:27, 18 October 2014