From 1959f0e54e3937903b96e21a68daefb86c01735a Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Tue, 21 Feb 2012 21:23:32 -0500 Subject: added superhero and rss button --- css/bootswatch.css | 15 +++++++++++++++ img/rss-icons.png | Bin 0 -> 785 bytes index.html | 49 ++++++++++++++++++++++++++++++++++++++++++------- 3 files changed, 57 insertions(+), 7 deletions(-) create mode 100644 img/rss-icons.png 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; diff --git a/img/rss-icons.png b/img/rss-icons.png new file mode 100644 index 00000000..5fd4cc24 Binary files /dev/null and b/img/rss-icons.png differ diff --git a/index.html b/index.html index f3a43126..5ff82f27 100644 --- a/index.html +++ b/index.html @@ -54,7 +54,7 @@
-

20 Feb: New swatch: Slate.

+

21 Feb: New swatches: Slate and Superhero.

16 Feb: Follow the RSS feed or the email list to get notified when new swatches are released.

@@ -68,16 +68,17 @@

Add color to your Bootstrap site without touching a color picker.

-
- - +
+ +
-
@@ -322,6 +323,40 @@
+ + +
  • +
    + +
    +

    Superhero

    +

    Batman meets... Aquaman?

    + +
    +
    +
  • +
  • -- cgit v1.2.3