diff options
author | Thomas Park <thomas@thomaspark.me> | 2013-11-12 15:34:23 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2013-11-12 15:34:23 -0500 |
commit | 016d9a2ae924c3999ff9aa279511e32c0bfbe7bb (patch) | |
tree | c04189b0eed7025a6764360cbe3613c900353fe6 /assets/less | |
parent | 61dab0661ba43d3192fa8c2945f7343df44049ed (diff) |
update to fontawesome 4
Diffstat (limited to 'assets/less')
-rw-r--r-- | assets/less/bootswatch.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/less/bootswatch.less b/assets/less/bootswatch.less index b64f3e93..ba5f1724 100644 --- a/assets/less/bootswatch.less +++ b/assets/less/bootswatch.less @@ -67,7 +67,7 @@ footer { border-bottom: 1px solid rgba(0, 0, 0, 0.1); background-color: #eaf1f1; - [class^="icon-"] { + .fa { margin-right: 0.5em; } |