/************************/ /* Through Chapter 11.2 */ /************************/

h1.micropost {

margin-bottom: 0.3em;

}

table.microposts {

margin-top: 1em;

}

table.microposts tr {

height: 70px;

}

table.microposts tr td.gravatar {

border-top: 1px solid #ccc;
vertical-align: top;
width: 50px;

}

table.microposts tr td.micropost {

border-top: 1px solid #ccc;
vertical-align: top;
padding-top: 10px;

}

table.microposts tr td.micropost span.timestamp {

display: block;
font-size: 85%;
color: #666;

}

div.user_info img {

padding-right: 0.1em;

}

div.user_info a {

text-decoration: none;

}

div.user_info span.user_name {

position: absolute;

}

div.user_info span.microposts {

font-size: 80%;

}

form.new_micropost {

margin-bottom: 2em;

}

form.new_micropost textarea {

height: 4em;
margin-bottom: 0;

}