Merge pull request #79 from gregseth/master

This commit is contained in:
Justin Mayer
2013-04-26 19:28:29 -07:00
4 changed files with 6 additions and 0 deletions

4
.gitmodules vendored
View File

@@ -16,6 +16,7 @@
[submodule "pelican-mockingbird"]
path = pelican-mockingbird
url = git://github.com/wrl/pelican-mockingbird.git
<<<<<<< HEAD
[submodule "bold"]
path = bold
url = git://github.com/demianbrecht/pelican-bold.git
@@ -34,3 +35,6 @@
[submodule "whispers"]
path = whispersTheme
url = git://github.com/deBorn/whispersTheme.git
[submodule "bluegrasshopper"]
path = bluegrasshopper
url = git@github.com:gregseth/pelican-bgh.git

1
bluegrasshopper Submodule

Submodule bluegrasshopper added at a4bbcadcd1

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -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;}