Skip to content

Commit

Permalink
Fix template CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
tribela committed Jan 5, 2019
1 parent d4cfc4c commit dc02795
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 20 deletions.
4 changes: 0 additions & 4 deletions templates/modern/css/pdf.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,6 @@ body.pdf {
position: absolute;
}

ul li {
width: 33%;
float: left;
}
ul dl {
margin: 0;
padding: 0.3em 0 0;
Expand Down
4 changes: 3 additions & 1 deletion templates/modern/css/resume.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,13 @@ ul {
margin: 0;
padding: 0;
list-style: none;
display: table;
display: flex;
flex-wrap: wrap
}
ul li {
margin: 0;
padding: 0;
flex-basis: 33%;
}

ul dl {
Expand Down
6 changes: 1 addition & 5 deletions templates/modern/css/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,6 @@
width: 78%;
}

ul li {
width: 33%;
float: left;
}
ul dl {
dt {
font-size: 122%;
Expand Down Expand Up @@ -156,4 +152,4 @@
@media screen and (min-width: 118em) {


}
}
4 changes: 0 additions & 4 deletions templates/swissen/css/pdf.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@ body.pdf {
position: absolute;
}

ul li {
width: 33.33%;
float: left;
}
ul dl {
margin: 0;
padding: 0.3em 0 0;
Expand Down
4 changes: 3 additions & 1 deletion templates/swissen/css/resume.css
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,13 @@ ul {
margin: 0;
padding: 0;
list-style: none;
display: table;
display: flex;
flex-wrap: wrap;
}
ul li {
margin: 0;
padding: 0;
flex-basis: 33%;
}

ul dl {
Expand Down
5 changes: 0 additions & 5 deletions templates/swissen/css/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,6 @@
float: left;
width: 80%;
}

ul li {
width: 33.33%;
float: left;
}
ul dl {
dt {
font-size: 122%;
Expand Down

0 comments on commit dc02795

Please sign in to comment.