Team:Kyoto/CSS
From 2009.igem.org
(Difference between revisions)
ShoTakamori (Talk | contribs) |
(h1.firstHeading) |
||
(37 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
<style> | <style> | ||
- | + | ||
- | + | caption{ | |
- | + | font-weight:bold; | |
- | + | ||
- | + | ||
} | } | ||
- | . | + | |
- | + | #maincontents{ | |
+ | float:left; | ||
+ | width:755px; | ||
+ | margin:0px 0px 0px 10px; | ||
+ | } | ||
+ | table.notebook{ | ||
+ | width:100%; | ||
+ | margin-bottom:1.5em; | ||
+ | } | ||
+ | table.notebook td{ | ||
+ | padding:0.5em 1em; | ||
+ | } | ||
+ | table.data{ | ||
+ | margin:auto; | ||
+ | } | ||
+ | table.data td{ | ||
+ | text-align:right; | ||
+ | } | ||
+ | table.notebook div.thumb{ | ||
+ | border:none; | ||
+ | } | ||
+ | hr{ | ||
+ | clear:both; | ||
} | } | ||
</style> | </style> | ||
</html> | </html> |
Latest revision as of 17:30, 27 August 2009