improve leftBlock css

This commit is contained in:
Matthew Hodgson 2014-08-22 02:11:33 +01:00
parent 8d5ceccfc7
commit 8f7fbc1bb0

View File

@ -153,7 +153,8 @@ h1 {
}
.leftBlock {
width: 10em;
width: 14em;
word-wrap: break-word;
vertical-align: top;
background-color: #fff;
color: #888;
@ -209,6 +210,10 @@ h1 {
height: auto;
}
.text {
vertical-align: top;
}
.bubble {
background-color: #eee;
border: 1px solid #d8d8d8;