added fix for lists in updates

This commit is contained in:
Kyle Fiedler
2012-05-17 16:47:28 -04:00
parent 03c7b37b30
commit ba8fb95d72
2 changed files with 7 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@@ -20,6 +20,7 @@ div.info-wrapper {
border-bottom: 1px solid #e3e3e3;
margin-bottom: lh(.5);
padding-bottom: lh(.5);
list-style-type: disk;
&:first-child {
background: $cream;
@@ -28,6 +29,11 @@ div.info-wrapper {
padding: lh(.5);
}
ol, ul {
margin: lh() 0 0 lh();
list-style-type: circle;
}
h2 {
float: left;
margin: 0 flex-gutter() 0 0;