diff options
author | Alexander Fast <mizipzor@gmail.com> | 2013-02-06 19:28:09 +0100 |
---|---|---|
committer | Alexander Fast <mizipzor@gmail.com> | 2013-02-06 19:28:09 +0100 |
commit | 609647be9f4c33189a65f71e46794fcbba2fc26b (patch) | |
tree | 0caa84c9c308963a62178d3b14b0cd0ed63ddafd /bootstrap/static/local.css | |
parent | 53d6c4254aa2b4781b850419d63a40527c307d71 (diff) | |
download | pelican-themes-609647be9f4c33189a65f71e46794fcbba2fc26b.tar.gz |
Added icon for careers.stackoverflow.png.
Diffstat (limited to 'bootstrap/static/local.css')
-rw-r--r-- | bootstrap/static/local.css | 1 |
1 files changed, 1 insertions, 0 deletions
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;} |