aboutsummaryrefslogtreecommitdiffstats
path: root/notmyidea-cms
diff options
context:
space:
mode:
authorIan Cordasco <graffatcolmingov@gmail.com>2012-06-14 10:10:01 -0400
committerIan Cordasco <graffatcolmingov@gmail.com>2012-06-14 10:11:32 -0400
commit6ebddafc3342406cb858ac5d57eddae1ddc0f3fe (patch)
treeefa4a48f71b6d4a93286b7013f6c2a1b4b2b86b4 /notmyidea-cms
parent209a533dfd2f90bb018af4f2620d40372eb75309 (diff)
downloadpelican-themes-6ebddafc3342406cb858ac5d57eddae1ddc0f3fe.zip
pelican-themes-6ebddafc3342406cb858ac5d57eddae1ddc0f3fe.tar.gz
pelican-themes-6ebddafc3342406cb858ac5d57eddae1ddc0f3fe.tar.bz2
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.css1
-rw-r--r--notmyidea-cms/static/images/icons/gitorious.pngbin0 -> 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
new file mode 100644
index 0000000..6485f5e
--- /dev/null
+++ b/notmyidea-cms/static/images/icons/gitorious.png
Binary files differ