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 /notmyidea-cms | |
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 'notmyidea-cms')
-rw-r--r-- | notmyidea-cms/static/css/main.css | 1 | ||||
-rw-r--r-- | notmyidea-cms/static/images/icons/gitorious.png | bin | 0 -> 3675 bytes |
2 files changed, 1 insertions, 0 deletions
diff --git a/notmyidea-cms/static/css/main.css b/notmyidea-cms/static/css/main.css index b3b631d..75cf78e 100644 --- a/notmyidea-cms/static/css/main.css +++ b/notmyidea-cms/static/css/main.css @@ -302,6 +302,7 @@ img.left, figure.left {float: right; margin: 0 0 2em 2em;} .social a[href*='rss.xml']:before {content: url('../images/icons/rss.png'); margin-right: 2px; vertical-align: -3px;} .social a[href*='twitter.com']:before {content: url('../images/icons/twitter.png'); margin-right: 2px; vertical-align: -3px;} .social a[href*='linkedin.com']:before {content: url('../images/icons/linkedin.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;} /* About diff --git a/notmyidea-cms/static/images/icons/gitorious.png b/notmyidea-cms/static/images/icons/gitorious.png Binary files differnew file mode 100644 index 0000000..6485f5e --- /dev/null +++ b/notmyidea-cms/static/images/icons/gitorious.png |