| Author | Dave Jarvis <email> |
|---|---|
| Date | 2014-08-04 11:34:42 GMT-0700 |
| Commit | 3d5fe2fae2cea232dc82c22798f4b5dc5b86bad6 |
| Parent | 8c4de88 |
| Delta | 4 lines added, 2 lines removed, 2-line increase |
|---|
| .account::before { | ||
| content: "Account"; | ||
| - font-size: 2em; | ||
| - font-weight: bold; | ||
| } | ||
| .account { | ||
| + font-family: 'Montserrat', Helvetica, sans-serif; | ||
| + font-size: 1em; | ||
| + font-weight: bold; | ||
| + | ||
| margin-bottom: 0.5em; | ||
| padding-bottom: 0.5em; |