diff options
author | Ian P. Cordasco <graffatcolmingov@gmail.com> | 2012-06-14 09:52:29 -0400 |
---|---|---|
committer | Ian Cordasco <graffatcolmingov@gmail.com> | 2012-06-14 09:54:34 -0400 |
commit | 8b09dbe5969d0dc3951da8b7f1e8d047b55fd3ab (patch) | |
tree | 16e932b78d8f8d170ad95bbf077921bfcd5d10a0 /tuxlite_tbs | |
parent | fbe927103f060ee78ab81f5fedf230557c547d94 (diff) | |
download | pelican-themes-8b09dbe5969d0dc3951da8b7f1e8d047b55fd3ab.tar.gz |
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.
Diffstat (limited to 'tuxlite_tbs')
-rw-r--r-- | tuxlite_tbs/static/images/icons/gitorious.png | bin | 0 -> 3675 bytes | |||
-rw-r--r-- | tuxlite_tbs/static/local.css | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/tuxlite_tbs/static/images/icons/gitorious.png b/tuxlite_tbs/static/images/icons/gitorious.png Binary files differnew file mode 100644 index 0000000..6485f5e --- /dev/null +++ b/tuxlite_tbs/static/images/icons/gitorious.png 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;} |