aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
authorAlexander Fast <mizipzor@gmail.com>2013-02-06 19:28:09 +0100
committerAlexander Fast <mizipzor@gmail.com>2013-02-06 19:28:09 +0100
commit609647be9f4c33189a65f71e46794fcbba2fc26b (patch)
tree0caa84c9c308963a62178d3b14b0cd0ed63ddafd /bootstrap
parent53d6c4254aa2b4781b850419d63a40527c307d71 (diff)
downloadpelican-themes-609647be9f4c33189a65f71e46794fcbba2fc26b.zip
pelican-themes-609647be9f4c33189a65f71e46794fcbba2fc26b.tar.gz
pelican-themes-609647be9f4c33189a65f71e46794fcbba2fc26b.tar.bz2
Added icon for careers.stackoverflow.png.
Diffstat (limited to 'bootstrap')
-rw-r--r--bootstrap/static/images/icons/careers.stackoverflow.pngbin0 -> 1150 bytes
-rw-r--r--bootstrap/static/local.css1
2 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap/static/images/icons/careers.stackoverflow.png b/bootstrap/static/images/icons/careers.stackoverflow.png
new file mode 100644
index 0000000..e1bbf0f
--- /dev/null
+++ b/bootstrap/static/images/icons/careers.stackoverflow.png
Binary files differ
diff --git a/bootstrap/static/local.css b/bootstrap/static/local.css
index c933851..0657af7 100644
--- a/bootstrap/static/local.css
+++ b/bootstrap/static/local.css
@@ -33,5 +33,6 @@ div.highlight pre {
.social a[href*='linkedin.com']:before {content: url('./images/icons/linkedin.png'); margin-right: 2px; vertical-align: -3px;}
.social a[href*='rss.xml']:before {content: url('./images/icons/rss.png'); margin-right: 2px; vertical-align: -3px;}
.social a[href*='stackoverflow.com']:before {content: url('./images/icons/stackoverflow.png'); margin-right: 2px; vertical-align: -3px;}
+.social a[href*='careers.stackoverflow.com']:before {content: url('./images/icons/careers.stackoverflow.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*='weibo.com']:before {content: url('./images/icons/weibo.png'); margin-right: 2px; vertical-align: -3px;}