diff options
author | Alexis Metaireau <alexis@notmyidea.org> | 2012-06-14 07:21:43 -0700 |
---|---|---|
committer | Alexis Metaireau <alexis@notmyidea.org> | 2012-06-14 07:21:43 -0700 |
commit | eddcd214a258c65d859f9bdb41acb8a3d996fe56 (patch) | |
tree | efa4a48f71b6d4a93286b7013f6c2a1b4b2b86b4 /tuxlite_tbs | |
parent | 209a533dfd2f90bb018af4f2620d40372eb75309 (diff) | |
parent | 6ebddafc3342406cb858ac5d57eddae1ddc0f3fe (diff) | |
download | pelican-themes-eddcd214a258c65d859f9bdb41acb8a3d996fe56.tar.gz |
Merge pull request #39 from sigmavirus24/master
Typo & notmyidea update
Diffstat (limited to 'tuxlite_tbs')
-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;} |