diff options
author | Ian Cordasco <graffatcolmingov@gmail.com> | 2012-06-14 10:10:01 -0400 |
---|---|---|
committer | Ian Cordasco <graffatcolmingov@gmail.com> | 2012-06-14 10:11:32 -0400 |
commit | 6ebddafc3342406cb858ac5d57eddae1ddc0f3fe (patch) | |
tree | efa4a48f71b6d4a93286b7013f6c2a1b4b2b86b4 /tuxlite_tbs/static/local.css | |
parent | 209a533dfd2f90bb018af4f2620d40372eb75309 (diff) | |
download | pelican-themes-6ebddafc3342406cb858ac5d57eddae1ddc0f3fe.tar.gz |
Fix typo in tuxlite_tbs. Add icon to notmyidea.
Added the gitorious icon to notmyidea as per @ametaireau's request on
ametaireau/pelican-themes#38
Diffstat (limited to 'tuxlite_tbs/static/local.css')
-rw-r--r-- | tuxlite_tbs/static/local.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tuxlite_tbs/static/local.css b/tuxlite_tbs/static/local.css index 2561a0b..b511fd6 100644 --- a/tuxlite_tbs/static/local.css +++ b/tuxlite_tbs/static/local.css @@ -66,7 +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*='gitorious.org']:before {content: url('./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;} |