Team:UCLondon/Templates/timeline-struct
From 2012e.igem.org
(Difference between revisions)
Line 39: | Line 39: | ||
#timeline{ | #timeline{ | ||
width:90%; | width:90%; | ||
+ | overflow: hidden; | ||
} | } | ||
+ | |||
+ | #dates { | ||
+ | width:100%; | ||
+ | height: 60px; | ||
+ | overflow: hidden; | ||
+ | } | ||
+ | #dates li { | ||
+ | list-style: none; | ||
+ | float: left; | ||
+ | width: 100px; | ||
+ | height: 50px; | ||
+ | font-size: 24px; | ||
+ | text-align: center; | ||
+ | } | ||
Revision as of 05:03, 20 October 2012