Merge pull request #43 from jake-low/swissen-list-wrap

Fix list overflow for swissen template
This commit is contained in:
Craig Davis 2015-05-11 06:28:29 -04:00
commit 344709a6cc
3 changed files with 3 additions and 2 deletions

View File

@ -52,7 +52,7 @@ body.pdf {
}
ul li {
width: 28%;
width: 33.33%;
float: left;
}
ul dl {

View File

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

View File

@ -91,7 +91,7 @@
}
ul li {
width: 28%;
width: 33.33%;
float: left;
}
ul dl {