1
0
mirror of https://github.com/stolksdorf/homebrewery.git synced 2025-12-14 13:15:57 +00:00

Adding in the extra wide block

This commit is contained in:
Scott Tolksdorf
2016-05-31 19:47:13 -04:00
parent 6611bc9eff
commit c50de28900
5 changed files with 22 additions and 2 deletions

View File

@@ -26,6 +26,11 @@ module.exports = [
icon : 'fa-arrows-v',
gen : "<div style='margin-top:140px'></div>\n\n"
},
{
name : "Wide Block",
icon : 'fa-arrows-h',
gen : "<div class='wide'>\nEverything in here will be extra wide. Tables, text, everything! Beware though, CSS columns can behave a bit weird sometimes.\n</div>\n"
},
{
name : "Image",
icon : 'fa-image',