Skip to content

Commit

Permalink
add clear
Browse files Browse the repository at this point in the history
  • Loading branch information
aaroniker committed May 17, 2016
1 parent 750a435 commit 818ca54
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions dist/css/framy.css
Original file line number Diff line number Diff line change
Expand Up @@ -2439,6 +2439,9 @@ nav ul {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.clear {
clear: both;
}
p {
margin: 0 0 10px 0;
}
Expand Down
2 changes: 1 addition & 1 deletion dist/css/framy.min.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions less/base.less
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,8 @@ nav {
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.clear {
clear: both;
}

0 comments on commit 818ca54

Please sign in to comment.