Template:Team:Uppsala/styles
From 2013.igem.org
(Difference between revisions)
Line 15: | Line 15: | ||
repeat-x; | repeat-x; | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
} | } | ||
Line 39: | Line 27: | ||
margin: 0px; | margin: 0px; | ||
padding: 0px; | padding: 0px; | ||
+ | display : -moz-box; | ||
+ | display : box; | ||
+ | |||
+ | -moz-box-orient: horizontal; | ||
+ | box-orient: horizontal; | ||
+ | |||
+ | -moz-box-pack : center; | ||
+ | box-pack : center; | ||
+ | |||
+ | -moz-box-align: start; | ||
+ | box-align: start; | ||
} | } | ||
Revision as of 15:01, 23 July 2013