diff options
author | Thomas Park <thomas@thomaspark.me> | 2014-02-28 17:39:16 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2014-02-28 17:39:16 -0500 |
commit | bd6ae4e636ae05e883e67951d60bf584b83c1c72 (patch) | |
tree | c8d0b33149802ab0b9fbbbefb9b5ff4fc8c2c679 /assets/less | |
parent | 3afa76e0a0dca67aca80b7f733e091fcf2bad16d (diff) |
add treehouse as sponsor
Diffstat (limited to 'assets/less')
-rw-r--r-- | assets/less/bootswatch.less | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/assets/less/bootswatch.less b/assets/less/bootswatch.less index 257fcdf6..802888eb 100644 --- a/assets/less/bootswatch.less +++ b/assets/less/bootswatch.less @@ -131,6 +131,18 @@ footer { } } +.sponsor { + + img { + border: 1px solid rgba(0, 0, 0, 0.1); + border-radius: 4px; + } + + a:hover { + text-decoration: none; + } +} + .bsa { padding: 0; |