]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
custom holder theme
authorMark Otto <markdotto@gmail.com>
Wed, 21 Jan 2015 05:12:25 +0000 (21:12 -0800)
committerMark Otto <markdotto@gmail.com>
Wed, 21 Jan 2015 05:12:25 +0000 (21:12 -0800)
docs/_includes/footer.html

index d466e1f869774442f09fe7622d91a0c01beff722..32305cb7cb97ba4c4dfdcb6691367d5eb5c2becb 100644 (file)
@@ -59,6 +59,15 @@ SimpleJekyllSearch.init({
   noResultsText: '<li class="no-results">Sorry, there are no results for that search.</li>',
   dataSource: '/search.json'
 })
+
+Holder.addTheme('gray', {
+  background: '#0275d8',
+  foreground: 'rgba(255,255,255,.65)',
+  font: 'Helvetica',
+  fontweight: 'normal',
+  size: 16,
+  text: 'Thumbnail'
+})
 </script>
 
 {% comment %}