From 8b09dbe5969d0dc3951da8b7f1e8d047b55fd3ab Mon Sep 17 00:00:00 2001 From: "Ian P. Cordasco" Date: Thu, 14 Jun 2012 09:52:29 -0400 Subject: Add gitorious icon to tuxlite_tbs theme. I don't see why gitorious should be excluded from having it's own favicon in the SOCIAL links. --- tuxlite_tbs/static/images/icons/gitorious.png | Bin 0 -> 3675 bytes tuxlite_tbs/static/local.css | 1 + 2 files changed, 1 insertion(+) create mode 100644 tuxlite_tbs/static/images/icons/gitorious.png (limited to 'tuxlite_tbs') diff --git a/tuxlite_tbs/static/images/icons/gitorious.png b/tuxlite_tbs/static/images/icons/gitorious.png new file mode 100644 index 0000000..6485f5e Binary files /dev/null and b/tuxlite_tbs/static/images/icons/gitorious.png differ diff --git a/tuxlite_tbs/static/local.css b/tuxlite_tbs/static/local.css index 04a25a6..2561a0b 100644 --- a/tuxlite_tbs/static/local.css +++ b/tuxlite_tbs/static/local.css @@ -66,6 +66,7 @@ h3 { margin-top: 2.5em; } .social a[href*='digg.com']:before {content: url('./images/icons/digg.png'); margin-right: 2px; vertical-align: -3px;} .social a[href*='facebook.com']:before {content: url('./images/icons/facebook.png'); margin-right: 2px; vertical-align: -3px;} .social a[href*='github.com']:before {content: url('./images/icons/github.png'); margin-right: 2px; vertical-align: -3px;} +.social a[href*='gitorious.org']:before {content: user('./images/icons/gitorious.png'); margin-right: 2px; vertical-align: -3px;} .social a[href*='google.com/reader']:before {content: url('./images/icons/reader.png'); margin-right: 2px; vertical-align: -3px;} .social a[href*='jamendo.com']:before {content: url('./images/icons/jamendo.png'); margin-right: 2px; vertical-align: -3px;} .social a[href*='last.fm']:before {content: url('./images/icons/lastfm.png'); margin-right: 2px; vertical-align: -3px;} -- cgit v1.1