CSS/gifu/policy&practice
From 2014.igem.org
(Difference between revisions)
(4 intermediate revisions not shown) | |||
Line 11: | Line 11: | ||
.prapicl { | .prapicl { | ||
- | width: | + | width:400px; |
- | + | ||
float:left; | float:left; | ||
+ | padding:10px; | ||
+ | } | ||
+ | |||
+ | .prapicl2 { | ||
+ | width:200px; | ||
+ | float:left; | ||
+ | padding:10px; | ||
} | } | ||
.prapicr { | .prapicr { | ||
- | width: | + | width:400px; |
- | + | ||
float:right; | float:right; | ||
+ | padding:10px; | ||
+ | } | ||
+ | |||
+ | div.left { | ||
+ | float:left; | ||
+ | |||
+ | } | ||
+ | |||
+ | div.right { | ||
+ | float:right; | ||
+ | |||
} | } | ||
- | p,h2 { | + | p,h2,span { |
clear:both; | clear:both; | ||
} | } |
Latest revision as of 12:37, 17 October 2014