From: Mark Otto Date: Wed, 21 Jan 2015 05:12:25 +0000 (-0800) Subject: custom holder theme X-Git-Tag: v4.0.0-alpha~383 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74fbf61e304f7b4d8df9fee777eb4f10b4473dd5;p=thirdparty%2Fbootstrap.git custom holder theme --- diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index d466e1f869..32305cb7cb 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -59,6 +59,15 @@ SimpleJekyllSearch.init({ noResultsText: '
  • Sorry, there are no results for that search.
  • ', dataSource: '/search.json' }) + +Holder.addTheme('gray', { + background: '#0275d8', + foreground: 'rgba(255,255,255,.65)', + font: 'Helvetica', + fontweight: 'normal', + size: 16, + text: 'Thumbnail' +}) {% comment %}