Team:Kyoto/CSS
From 2009.igem.org
(Difference between revisions)
m |
(h1.firstHeading) |
||
(17 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
<style> | <style> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
caption{ | caption{ | ||
- | font-weight:bold | + | font-weight:bold; |
} | } | ||
#maincontents{ | #maincontents{ | ||
float:left; | float:left; | ||
- | margin | + | width:755px; |
- | width: | + | margin:0px 0px 0px 10px; |
- | + | } | |
- | margin | + | 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