added fix for info page

This commit is contained in:
Kyle Fiedler
2012-02-27 12:19:59 -05:00
parent 282a3cca9a
commit d4f5ff92ad

View File

@@ -27,10 +27,16 @@ div.info-wrapper {
margin: 0 flex-gutter() 0 0;
}
p {
section.update-description {
float: left;
width: flex-grid(7, 9);
margin-bottom: 0;
p {
&:last-child {
margin-bottom: 0;
}
}
}
}
}