Skip to content

Commit

Permalink
Merge pull request #100 from Dogfalo/latest-commit
Browse files Browse the repository at this point in the history
Latest commit github api
  • Loading branch information
acburst committed Nov 14, 2014
2 parents e279afd + 6b0ac5c commit d4b3f8a
Show file tree
Hide file tree
Showing 10 changed files with 977 additions and 607 deletions.
21 changes: 18 additions & 3 deletions bin/materialize.css
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,14 @@ a {
text-decoration: none;
}

.left-align {
float: left;
}

.right-align {
float: right;
}

ul {
padding: 0;
}
Expand Down Expand Up @@ -4828,9 +4836,18 @@ li {
}

.section {
padding-top: 2%;
padding-top: 3%;
padding-bottom: 3%;
}
.section.no-pad {
padding: 0;
}
.section.no-pad-bot {
padding-bottom: 0;
}
.section.no-pad-top {
padding-top: 0;
}

.section .row {
padding-top: 1rem;
Expand Down Expand Up @@ -6691,5 +6708,3 @@ ul.table-of-contents a.active {
background-color: rgba(0, 0, 0, 0.5);
z-index: 999;
}

/*# sourceMappingURL=materialize.css.map */
Loading

0 comments on commit d4b3f8a

Please sign in to comment.