diff options
author | Thomas Park <thomas@thomaspark.me> | 2012-02-21 21:23:32 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2012-02-21 21:23:32 -0500 |
commit | 1959f0e54e3937903b96e21a68daefb86c01735a (patch) | |
tree | 35a73b5efd6106f0ced5272ee1833568b0265239 /css | |
parent | 472d2ec14f24c19a589c97605ceb7f431f75c7be (diff) |
added superhero and rss button
Diffstat (limited to 'css')
-rw-r--r-- | css/bootswatch.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/css/bootswatch.css b/css/bootswatch.css index 0e78d7de..b970c4b9 100644 --- a/css/bootswatch.css +++ b/css/bootswatch.css @@ -44,6 +44,21 @@ body { .twitter-follow-button { width: 160px !important; } + +.rss { + height: 14px; + font-size: 11px; + line-height: 14px; + font-weight: bold; + margin: 0; + padding: 2px 5px 2px 4px; +} + +.icon-rss { + background: url(../img/rss-icons.png) no-repeat 0 0; + opacity: .65; + width: 16px; +} .about { margin-top: 50px; |