I can’t quite seem to figure out how to do the CSS from the Photoshop mockup that I made. The image below shows what I want to accomplish. Basically, each Design/Revision block is a styled <li> tag, and I want to float the title to the left and the date/time to the right. Furthermore, I want everything to be vertically aligned.
Any ideas? I tried to use a table within each <li>, but that didn’t seem to work (or I just did it wrong).
Ideas?

Please see this Fiddle, should be what you are trying to do!
HTML
CSS
Analise the CSS to learn more about float and document work-flow!
Read more about it:
CSS Float
Document Flow / Visual Formating
And the print screen: