Compare commits

...

3 Commits
1.1.2 ... 1.1.3

Author SHA1 Message Date
dbaaf955af Version bump to 1.1.3 2014-12-04 15:32:09 +00:00
de94edc8a8 Merge pull request #149 from conradkleinespel/master
Support for Pastebin embeds
2014-11-29 11:12:20 +01:00
1292f2e22b support for pastebin 2014-11-29 00:09:46 +01:00
2 changed files with 5 additions and 1 deletions

View File

@ -1198,6 +1198,10 @@ body:not(.post-template) .post-title {
font-size: 1.1rem;
}
/* Pastebin */
.content .embedPastebin {
margin-bottom: 1.75em;
}
/* ==========================================================================
8. Pagination - Tools to let you flick between pages

View File

@ -1,4 +1,4 @@
{
"name": "Casper",
"version": "1.1.2"
"version": "1.1.3"
}