TIY-LR-FEE-2015-June / assignments

0 stars 3 forks source link

2.2-Timeline-Brent-Thomas #58

Open Brent-M-Thomas opened 9 years ago

Brent-M-Thomas commented 9 years ago

A repo containing at least:

Brent-M-Thomas commented 9 years ago

https://github.com/Brent-M-Thomas/2.2-timeline/pull/2

Brent-M-Thomas commented 9 years ago

Didn't use any images other than font awesome.

rtablada commented 9 years ago

@Brent-M-Thomas This started to get some of the requirements but there are some things to see when working with positioning. Notice that since you positioned the icon using position: relative, you then had to continuously hack and position relative and do top: -2em; on everything after it. There is a better and simpler position option that will simplify things a lot and will clear up some of that muddiness.

Review

After reviewing the positioning see if you can fix your stylesheet as well as making your date and time show up to the left of the timeline instead of under the icon.

Brent-M-Thomas commented 9 years ago

fixed.