Merge pull request #38 from 501st-alpha1/fixListOverflow

Fix list overflow for modern template
This commit is contained in:
Craig Davis
2015-03-17 13:10:55 -06:00
3 changed files with 3 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ body.pdf {
}
ul li {
width: 26%;
width: 33%;
float: left;
}
ul dl {

View File

@@ -102,6 +102,7 @@ ul {
margin: 0;
padding: 0;
list-style: none;
display: table;
}
ul li {
margin: 0;

View File

@@ -95,7 +95,7 @@
}
ul li {
width: 25%;
width: 33%;
float: left;
}
ul dl {