diff --git a/docs/_data/links.json b/docs/_data/links.json index c1a7c85c..944d1085 100644 --- a/docs/_data/links.json +++ b/docs/_data/links.json @@ -66,22 +66,27 @@ }, "modifiers-syntax": { "name": "Syntax", + "subtitle": "Most Bulma elements have alternative styles. To apply them, you only need to append one of the modifier classes. They all start with is- or has-.", "path": "/documentation/modifiers/syntax" }, "modifiers-helpers": { "name": "Helpers", + "subtitle": "Apply helper classes to almost any element, in order to alter its style", "path": "/documentation/modifiers/helpers" }, "modifiers-responsive-helpers": { "name": "Responsive helpers", + "subtitle": "Show/hide content depending on the width of the viewport", "path": "/documentation/modifiers/responsive-helpers" }, "modifiers-color-helpers": { "name": "Color helpers", + "subtitle": "Change the color of the text and/or background", "path": "/documentation/modifiers/color-helpers" }, "modifiers-typography-helpers": { "name": "Typography helpers", + "subtitle": "Change the size and color of the text for one or multiple viewport width", "path": "/documentation/modifiers/typography-helpers" }, "columns": { @@ -91,26 +96,32 @@ }, "columns-basics": { "name": "Basics", + "subtitle": "A simple way to build responsive columns", "path": "/documentation/columns/basics" }, "columns-gap": { "name": "Gap", + "subtitle": Customize the gap between the columns, "path": "/documentation/columns/gap" }, "columns-nesting": { "name": "Nesting", + "subtitle": "A simple way to build responsive columns", "path": "/documentation/columns/nesting" }, "columns-options": { "name": "Options", + "subtitle": "Design different types of column layouts", "path": "/documentation/columns/options" }, "columns-responsiveness": { "name": "Responsiveness", + "subtitle": "Handle different column layouts for each breakpoint", "path": "/documentation/columns/responsiveness" }, "columns-sizes": { "name": "Sizes", + "subtitle": "Define the size of each column individually", "path": "/documentation/columns/sizes" }, "layout": { @@ -118,152 +129,194 @@ "subtitle": "Design the structure of your webpage with these CSS classes", "path": "/documentation/layout" }, + "layout-container": { + "name": "Container", + "subtitle": "A simple container to center your content horizontally", + "path": "/documentation/layout/container" + }, "layout-level": { "name": "Level", + "subtitle": "A multi-purpose horizontal level, which can contain almost any other element", "path": "/documentation/layout/level" }, "layout-media": { "name": "Media Object", + "subtitle": "The famous media object prevalent in social media interfaces, but useful in any context", "path": "/documentation/layout/media" }, "layout-hero": { "name": "Hero", + "subtitle": "An imposing hero banner to showcase something", "path": "/documentation/layout/hero" }, "layout-section": { "name": "Section", + "subtitle": "A simple container to divide your page into sections, like the one you're currently reading", "path": "/documentation/layout/section" }, "layout-footer": { "name": "Footer", + "subtitle": "A simple responsive footer which can include anything: lists, headings, columns, icons, buttons, etc.", "path": "/documentation/layout/footer" }, "layout-tiles": { "name": "Tiles", + "subtitle": "A single tile element to build 2-dimensional Metro-like, Pinterest-like, or whatever-you-like grids", "path": "/documentation/layout/tiles" }, "form": { "name": "Form", + "subtitle": "The indispensable form controls, designed for maximum clarity", "path": "/documentation/form" }, "form-general": { "name": "General", + "subtitle": "All generic form controls, designed for consistency", "path": "/documentation/form/general" }, "form-input": { "name": "Input", + "subtitle": "The text input and its variations", "path": "/documentation/form/input" }, "form-textarea": { "name": "Textarea", + "subtitle": "The multiline textarea and its variations", "path": "/documentation/form/textarea" }, "form-select": { "name": "Select", + "subtitle": "The browser built-in select dropdown, styled accordingly", "path": "/documentation/form/select" }, "form-checkbox": { "name": "Checkbox", + "subtitle": "The 2-state checkbox in its native format", "path": "/documentation/form/checkbox" }, "form-radio": { "name": "Radio", + "subtitle": "The mutually exclusive radio buttons in their native format", "path": "/documentation/form/radio" }, "form-file": { "name": "File", + "subtitle": "A custom file upload input, without JavaScript", "path": "/documentation/form/file" }, "elements": { "name": "Elements", + "subtitle": "Essential interface elements that only require a single CSS class", "path": "/documentation/elements" }, "elements-box": { "name": "Box", + "subtitle": "A white box to contain other elements", "path": "/documentation/elements/box" }, "elements-button": { "name": "Button", + "subtitle": "The classic button, in different colors, sizes, and states", "path": "/documentation/elements/button" }, "elements-content": { "name": "Content", + "subtitle": "A single class to handle WYSIWYG generated content, where only HTML tags are available", "path": "/documentation/elements/content" }, "elements-delete": { "name": "Delete", + "subtitle": "A versatile delete cross", "path": "/documentation/elements/delete" }, "elements-icon": { "name": "Icon", + "subtitle": "Compatible with all icon font libraries, including Font Awesome 5", "path": "/documentation/elements/icon" }, "elements-image": { "name": "Image", + "subtitle": "A container for responsive images", "path": "/documentation/elements/image" }, "elements-notification": { "name": "Notification", + "subtitle": "Bold notification blocks, to alert your users of something", "path": "/documentation/elements/notification" }, "elements-progress": { "name": "Progress bars", + "subtitle": "Native HTML progress bars", "path": "/documentation/elements/progress" }, "elements-table": { "name": "Table", + "subtitle": "The inevitable HTML table, with special case cells", "path": "/documentation/elements/table" }, "elements-tag": { "name": "Tag", + "subtitle": "Small tag labels to insert anywhere", "path": "/documentation/elements/tag" }, "elements-title": { "name": "Title", + "subtitle": "Simple headings to add depth to your page", "path": "/documentation/elements/title" }, "components": { "name": "Components", + "subtitle": "Advanced multi-part components with lots of possibilities", "path": "/documentation/components" }, "components-breadcrumb": { "name": "Breadcrumb", + "subtitle": "A simple breadcrumb component to improve your navigation experience", "path": "/documentation/components/breadcrumb" }, "components-card": { "name": "Card", + "subtitle": "An all-around flexible and composable component", "path": "/documentation/components/card" }, "components-dropdown": { "name": "Dropdown", + "subtitle": "An interactive dropdown menu for discoverable content", "path": "/documentation/components/dropdown" }, "components-menu": { "name": "Menu", + "subtitle": "A simple menu, for any type of vertical navigation", "path": "/documentation/components/menu" }, "components-message": { "name": "Message", + "subtitle": "Colored message blocks, to emphasize part of your page", "path": "/documentation/components/message" }, "components-modal": { "name": "Modal", + "subtitle": "A classic modal overlay, in which you can include any content you want", "path": "/documentation/components/modal" }, "components-navbar": { "name": "Navbar", + "subtitle": "A responsive horizontal navbar that can support images, links, buttons, and dropdowns", "path": "/documentation/components/navbar" }, "components-pagination": { "name": "Pagination", + "subtitle": "A responsive, usable, and flexible pagination", "path": "/documentation/components/pagination" }, "components-panel": { "name": "Panel", + "subtitle": "A composable panel, for compact controls", "path": "/documentation/components/panel" }, "components-tabs": { "name": "Tabs", + "subtitle": "Simple responsive horizontal navigation tabs, with different styles", "path": "/documentation/components/tabs" } }, @@ -271,7 +324,7 @@ "overview": ["overview-start", "overview-classes", "overview-modular", "overview-responsiveness", "overview-variables", "overview-colors", "overview-functions", "overview-mixins"], "modifiers": ["modifiers-syntax", "modifiers-helpers", "modifiers-responsive-helpers", "modifiers-color-helpers", "modifiers-typography-helpers"], "columns": ["columns-basics", "columns-sizes", "columns-responsiveness", "columns-nesting", "columns-gap", "columns-options"], - "layout": ["layout-level", "layout-media", "layout-hero", "layout-section", "layout-footer", "layout-tiles"], + "layout": ["layout-container", "layout-level", "layout-media", "layout-hero", "layout-section", "layout-footer", "layout-tiles"], "form": ["form-general", "form-input", "form-textarea", "form-select", "form-checkbox", "form-radio", "form-file"], "elements": ["elements-box", "elements-button", "elements-content", "elements-delete", "elements-icon", "elements-image", "elements-notification", "elements-progress", "elements-table", "elements-tag", "elements-title"], "components": ["components-breadcrumb", "components-card", "components-dropdown", "components-menu", "components-message", "components-modal", "components-navbar", "components-pagination", "components-panel", "components-tabs"] diff --git a/docs/_sass/main.sass b/docs/_sass/main.sass index 5ffe3be3..2e7c3d9c 100644 --- a/docs/_sass/main.sass +++ b/docs/_sass/main.sass @@ -50,7 +50,7 @@ padding-bottom: $main-spacing .subtitle color: $text-light - max-width: 21em + max-width: 16em strong color: currentColor #meta diff --git a/docs/css/bulma-docs.css b/docs/css/bulma-docs.css index 525f5828..30b901fc 100644 --- a/docs/css/bulma-docs.css +++ b/docs/css/bulma-docs.css @@ -9553,7 +9553,7 @@ label.panel-block:hover { .bd-header .subtitle { color: #7a7a7a; - max-width: 21em; + max-width: 16em; } .bd-header .subtitle strong { diff --git a/docs/documentation/columns/basics.html b/docs/documentation/columns/basics.html index 023663c0..1c4eb15c 100644 --- a/docs/documentation/columns/basics.html +++ b/docs/documentation/columns/basics.html @@ -1,6 +1,5 @@ --- title: Columns powered by Flexbox -subtitle: "A simple way to build responsive columns" layout: documentation doc-tab: columns doc-subtab: basics diff --git a/docs/documentation/columns/gap.html b/docs/documentation/columns/gap.html index 727dbfb0..44e9e0bc 100644 --- a/docs/documentation/columns/gap.html +++ b/docs/documentation/columns/gap.html @@ -1,6 +1,5 @@ --- title: Columns gap -subtitle: Customize the gap between the columns layout: documentation doc-tab: columns doc-subtab: gap diff --git a/docs/documentation/columns/nesting.html b/docs/documentation/columns/nesting.html index 64cf551c..18632b31 100644 --- a/docs/documentation/columns/nesting.html +++ b/docs/documentation/columns/nesting.html @@ -1,6 +1,5 @@ --- title: Nesting columns -subtitle: "A simple way to build responsive columns" layout: documentation doc-tab: columns doc-subtab: nesting diff --git a/docs/documentation/columns/options.html b/docs/documentation/columns/options.html index 5448a6c8..586ddc3d 100644 --- a/docs/documentation/columns/options.html +++ b/docs/documentation/columns/options.html @@ -1,6 +1,5 @@ --- title: Column options -subtitle: "Design different types of column layouts" layout: documentation doc-tab: columns doc-subtab: options diff --git a/docs/documentation/columns/responsiveness.html b/docs/documentation/columns/responsiveness.html index 139c0c10..23fdaa73 100644 --- a/docs/documentation/columns/responsiveness.html +++ b/docs/documentation/columns/responsiveness.html @@ -1,6 +1,5 @@ --- title: Columns responsiveness -subtitle: "Handle different column layouts for each breakpoint" layout: documentation doc-tab: columns doc-subtab: responsiveness diff --git a/docs/documentation/columns/sizes.html b/docs/documentation/columns/sizes.html index 901698f3..465596dc 100644 --- a/docs/documentation/columns/sizes.html +++ b/docs/documentation/columns/sizes.html @@ -1,6 +1,5 @@ --- title: Column sizes -subtitle: "Define the size of each column individually" layout: documentation doc-tab: columns doc-subtab: sizes diff --git a/docs/documentation/components/breadcrumb.html b/docs/documentation/components/breadcrumb.html index 28ce30c5..f001c525 100644 --- a/docs/documentation/components/breadcrumb.html +++ b/docs/documentation/components/breadcrumb.html @@ -1,6 +1,5 @@ --- title: Breadcrumb -subtitle: "A simple breadcrumb component to improve your navigation experience" layout: documentation doc-tab: components doc-subtab: breadcrumb diff --git a/docs/documentation/components/card.html b/docs/documentation/components/card.html index 3205544b..dbed0f12 100644 --- a/docs/documentation/components/card.html +++ b/docs/documentation/components/card.html @@ -1,6 +1,5 @@ --- title: Card -subtitle: "An all-around flexible and composable component" layout: documentation doc-tab: components doc-subtab: card diff --git a/docs/documentation/components/dropdown.html b/docs/documentation/components/dropdown.html index 262261eb..76e0909e 100644 --- a/docs/documentation/components/dropdown.html +++ b/docs/documentation/components/dropdown.html @@ -1,6 +1,5 @@ --- title: Dropdown -subtitle: "An interactive dropdown menu for discoverable content" layout: documentation doc-tab: components doc-subtab: dropdown diff --git a/docs/documentation/components/menu.html b/docs/documentation/components/menu.html index 66f24dfe..476de2e4 100644 --- a/docs/documentation/components/menu.html +++ b/docs/documentation/components/menu.html @@ -1,6 +1,5 @@ --- title: Menu -subtitle: "A simple menu, for any type of vertical navigation" layout: documentation doc-tab: components doc-subtab: menu diff --git a/docs/documentation/components/message.html b/docs/documentation/components/message.html index f7e1e481..90aa3f05 100644 --- a/docs/documentation/components/message.html +++ b/docs/documentation/components/message.html @@ -1,6 +1,5 @@ --- title: Message -subtitle: "Colored message blocks, to emphasize part of your page" layout: documentation doc-tab: components doc-subtab: message diff --git a/docs/documentation/components/modal.html b/docs/documentation/components/modal.html index 25f3933b..9bf7a2f9 100644 --- a/docs/documentation/components/modal.html +++ b/docs/documentation/components/modal.html @@ -1,6 +1,5 @@ --- title: Modal -subtitle: "A classic modal overlay, in which you can include any content you want" layout: documentation doc-tab: components doc-subtab: modal diff --git a/docs/documentation/components/navbar.html b/docs/documentation/components/navbar.html index e8b9f644..ac5759be 100644 --- a/docs/documentation/components/navbar.html +++ b/docs/documentation/components/navbar.html @@ -1,6 +1,5 @@ --- title: Navbar -subtitle: "A responsive horizontal navbar that can support images, links, buttons, and dropdowns" layout: documentation doc-tab: components doc-subtab: navbar diff --git a/docs/documentation/components/pagination.html b/docs/documentation/components/pagination.html index a8649cdb..7ba7a630 100644 --- a/docs/documentation/components/pagination.html +++ b/docs/documentation/components/pagination.html @@ -1,6 +1,5 @@ --- title: Pagination -subtitle: "A responsive, usable, and flexible pagination" layout: documentation doc-tab: components doc-subtab: pagination diff --git a/docs/documentation/components/panel.html b/docs/documentation/components/panel.html index df734453..2695e45f 100644 --- a/docs/documentation/components/panel.html +++ b/docs/documentation/components/panel.html @@ -1,6 +1,5 @@ --- title: Panel -subtitle: "A composable panel, for compact controls" layout: documentation doc-tab: components doc-subtab: panel diff --git a/docs/documentation/components/tabs.html b/docs/documentation/components/tabs.html index 543014a5..fef4f7d3 100644 --- a/docs/documentation/components/tabs.html +++ b/docs/documentation/components/tabs.html @@ -1,6 +1,5 @@ --- title: Tabs -subtitle: "Simple responsive horizontal navigation tabs, with different styles" layout: documentation doc-tab: components doc-subtab: tabs diff --git a/docs/documentation/elements/box.html b/docs/documentation/elements/box.html index 3126ec91..fc21761a 100644 --- a/docs/documentation/elements/box.html +++ b/docs/documentation/elements/box.html @@ -1,6 +1,5 @@ --- title: Box -subtitle: "A white box to contain other elements" layout: documentation doc-tab: elements doc-subtab: box diff --git a/docs/documentation/elements/button.html b/docs/documentation/elements/button.html index fdf2341d..da566aec 100644 --- a/docs/documentation/elements/button.html +++ b/docs/documentation/elements/button.html @@ -1,6 +1,5 @@ --- title: Button -subtitle: "The classic button, in different colors, sizes, and states" layout: documentation doc-tab: elements doc-subtab: button diff --git a/docs/documentation/elements/content.html b/docs/documentation/elements/content.html index 01a0067a..331c5522 100644 --- a/docs/documentation/elements/content.html +++ b/docs/documentation/elements/content.html @@ -1,6 +1,5 @@ --- title: Content -subtitle: "A single class to handle WYSIWYG generated content, where only HTML tags are available" layout: documentation doc-tab: elements doc-subtab: content diff --git a/docs/documentation/elements/delete.html b/docs/documentation/elements/delete.html index 62dae380..3332f9f6 100644 --- a/docs/documentation/elements/delete.html +++ b/docs/documentation/elements/delete.html @@ -1,6 +1,5 @@ --- title: Delete -subtitle: "A versatile delete cross" layout: documentation doc-tab: elements doc-subtab: delete diff --git a/docs/documentation/elements/icon.html b/docs/documentation/elements/icon.html index caa100f2..d7deafa7 100644 --- a/docs/documentation/elements/icon.html +++ b/docs/documentation/elements/icon.html @@ -1,6 +1,5 @@ --- title: Icon -subtitle: 'Bulma is compatible with all icon font libraries: Font Awesome 5, Font Awesome 4, Material Design Icons, Open Iconic, Ionicons etc.' fontawesome4: true iconic: true ionicons: true diff --git a/docs/documentation/elements/image.html b/docs/documentation/elements/image.html index ed742d9a..92419252 100644 --- a/docs/documentation/elements/image.html +++ b/docs/documentation/elements/image.html @@ -1,6 +1,5 @@ --- title: Image -subtitle: "A container for responsive images" layout: documentation doc-tab: elements doc-subtab: image diff --git a/docs/documentation/elements/notification.html b/docs/documentation/elements/notification.html index 4164f233..de251176 100644 --- a/docs/documentation/elements/notification.html +++ b/docs/documentation/elements/notification.html @@ -1,6 +1,5 @@ --- title: Notification -subtitle: "Bold notification blocks, to alert your users of something" layout: documentation doc-tab: elements doc-subtab: notification diff --git a/docs/documentation/elements/progress.html b/docs/documentation/elements/progress.html index 44d7d270..51b4bafb 100644 --- a/docs/documentation/elements/progress.html +++ b/docs/documentation/elements/progress.html @@ -1,6 +1,5 @@ --- title: Progress Bar -subtitle: "Native HTML progress bars" layout: documentation doc-tab: elements doc-subtab: progress diff --git a/docs/documentation/elements/table.html b/docs/documentation/elements/table.html index 1d801df7..16d64d49 100644 --- a/docs/documentation/elements/table.html +++ b/docs/documentation/elements/table.html @@ -1,6 +1,5 @@ --- title: Table -subtitle: "The inevitable HTML table, with special case cells" layout: documentation doc-tab: elements doc-subtab: table diff --git a/docs/documentation/elements/tag.html b/docs/documentation/elements/tag.html index 5cc32a98..a130a066 100644 --- a/docs/documentation/elements/tag.html +++ b/docs/documentation/elements/tag.html @@ -1,6 +1,5 @@ --- title: Tags -subtitle: "Small tag labels to insert anywhere" layout: documentation doc-tab: elements doc-subtab: tag diff --git a/docs/documentation/elements/title.html b/docs/documentation/elements/title.html index 27614db7..4a170168 100644 --- a/docs/documentation/elements/title.html +++ b/docs/documentation/elements/title.html @@ -1,6 +1,5 @@ --- title: Title and Subtitle -subtitle: "Simple headings to add depth to your page" layout: documentation doc-tab: elements doc-subtab: title diff --git a/docs/documentation/form/checkbox.html b/docs/documentation/form/checkbox.html index 9f09b53b..e59da574 100644 --- a/docs/documentation/form/checkbox.html +++ b/docs/documentation/form/checkbox.html @@ -1,6 +1,5 @@ --- title: Checkbox -subtitle: "The 2-state checkbox in its native format" layout: documentation doc-tab: form doc-subtab: checkbox diff --git a/docs/documentation/form/file.html b/docs/documentation/form/file.html index 9fbaf31f..268d6610 100644 --- a/docs/documentation/form/file.html +++ b/docs/documentation/form/file.html @@ -1,6 +1,5 @@ --- title: File upload -subtitle: "A custom file upload input, without JavaScript" layout: documentation doc-tab: form doc-subtab: file diff --git a/docs/documentation/form/general.html b/docs/documentation/form/general.html index a8b9e702..c7da8696 100644 --- a/docs/documentation/form/general.html +++ b/docs/documentation/form/general.html @@ -1,6 +1,5 @@ --- title: Form controls -subtitle: "All generic form controls, designed for consistency" layout: documentation doc-tab: form doc-subtab: general diff --git a/docs/documentation/form/input.html b/docs/documentation/form/input.html index 9fb837f0..d0248ad5 100644 --- a/docs/documentation/form/input.html +++ b/docs/documentation/form/input.html @@ -1,6 +1,5 @@ --- title: Input -subtitle: "The text input and its variations" layout: documentation doc-tab: form doc-subtab: input diff --git a/docs/documentation/form/radio.html b/docs/documentation/form/radio.html index 44cad938..c3229593 100644 --- a/docs/documentation/form/radio.html +++ b/docs/documentation/form/radio.html @@ -1,6 +1,5 @@ --- title: Radio button -subtitle: "The mutually exclusive radio buttons in their native format" layout: documentation doc-tab: form doc-subtab: radio diff --git a/docs/documentation/form/select.html b/docs/documentation/form/select.html index 29da1bd7..dd616ad5 100644 --- a/docs/documentation/form/select.html +++ b/docs/documentation/form/select.html @@ -1,6 +1,5 @@ --- title: Select -subtitle: "The browser built-in select dropdown, styled accordingly" layout: documentation doc-tab: form doc-subtab: select diff --git a/docs/documentation/form/textarea.html b/docs/documentation/form/textarea.html index b9446050..bf89339c 100644 --- a/docs/documentation/form/textarea.html +++ b/docs/documentation/form/textarea.html @@ -1,6 +1,5 @@ --- title: Textarea -subtitle: "The multiline textarea and its variations" layout: documentation doc-tab: form doc-subtab: textarea diff --git a/docs/documentation/layout.html b/docs/documentation/layout.html new file mode 100644 index 00000000..7c4db1ae --- /dev/null +++ b/docs/documentation/layout.html @@ -0,0 +1,11 @@ +--- +title: Layout +layout: documentation +doc-tab: layout +breadcrumb: +- home +- documentation +- layout +--- + +{% include components/links.html category_id='layout' %} diff --git a/docs/documentation/layout/container.html b/docs/documentation/layout/container.html index 6ccc9efe..dbc2f54f 100644 --- a/docs/documentation/layout/container.html +++ b/docs/documentation/layout/container.html @@ -1,6 +1,5 @@ --- title: Container -subtitle: "A simple container to center your content horizontally" layout: documentation hide_carbon: true doc-tab: layout diff --git a/docs/documentation/layout/footer.html b/docs/documentation/layout/footer.html index 3872f2a0..4d2d3132 100644 --- a/docs/documentation/layout/footer.html +++ b/docs/documentation/layout/footer.html @@ -1,6 +1,5 @@ --- title: Footer -subtitle: "A simple responsive footer which can include anything: lists, headings, columns, icons, buttons, etc." layout: documentation hide_carbon: true doc-tab: layout diff --git a/docs/documentation/layout/hero.html b/docs/documentation/layout/hero.html index 8132a50c..004de36c 100644 --- a/docs/documentation/layout/hero.html +++ b/docs/documentation/layout/hero.html @@ -1,6 +1,5 @@ --- title: Hero -subtitle: "An imposing hero banner to showcase something" layout: documentation hide_carbon: true doc-tab: layout diff --git a/docs/documentation/layout/level.html b/docs/documentation/layout/level.html index 1cc144e3..2d453639 100644 --- a/docs/documentation/layout/level.html +++ b/docs/documentation/layout/level.html @@ -1,6 +1,5 @@ --- title: Level -subtitle: "A multi-purpose horizontal level, which can contain almost any other element" layout: documentation doc-tab: layout doc-subtab: level diff --git a/docs/documentation/layout/media-object.html b/docs/documentation/layout/media-object.html index 5155db1e..5bd3fb00 100644 --- a/docs/documentation/layout/media-object.html +++ b/docs/documentation/layout/media-object.html @@ -1,6 +1,5 @@ --- title: Media Object -subtitle: "The famous media object prevalent in social media interfaces, but useful in any context" layout: documentation doc-tab: layout doc-subtab: media-object diff --git a/docs/documentation/layout/section.html b/docs/documentation/layout/section.html index b7811c1b..ea865f79 100644 --- a/docs/documentation/layout/section.html +++ b/docs/documentation/layout/section.html @@ -1,6 +1,5 @@ --- title: Section -subtitle: "A simple container to divide your page into sections, like the one you're currently reading" layout: documentation doc-tab: layout doc-subtab: section diff --git a/docs/documentation/layout/tiles.html b/docs/documentation/layout/tiles.html index a8f892cc..1bc38352 100644 --- a/docs/documentation/layout/tiles.html +++ b/docs/documentation/layout/tiles.html @@ -1,6 +1,5 @@ --- title: Tiles powered by Flexbox -subtitle: "A single tile element to build 2-dimensional Metro-like, Pinterest-like, or whatever-you-like grids" layout: documentation doc-tab: layout doc-subtab: tiles diff --git a/docs/documentation/modifiers/color-helpers.html b/docs/documentation/modifiers/color-helpers.html index b5a9c6ed..fbd8fb4a 100644 --- a/docs/documentation/modifiers/color-helpers.html +++ b/docs/documentation/modifiers/color-helpers.html @@ -1,6 +1,5 @@ --- title: Color helpers -subtitle: "Change the color of the text and/or background" layout: documentation doc-tab: modifiers doc-subtab: color-helpers diff --git a/docs/documentation/modifiers/helpers.html b/docs/documentation/modifiers/helpers.html index f829ea7f..3c1c915f 100644 --- a/docs/documentation/modifiers/helpers.html +++ b/docs/documentation/modifiers/helpers.html @@ -1,6 +1,5 @@ --- title: Helpers -subtitle: "You can apply helper classes to almost any element, in order to alter its style." layout: documentation doc-tab: modifiers doc-subtab: helpers diff --git a/docs/documentation/modifiers/responsive-helpers.html b/docs/documentation/modifiers/responsive-helpers.html index aae26776..7a2b2977 100644 --- a/docs/documentation/modifiers/responsive-helpers.html +++ b/docs/documentation/modifiers/responsive-helpers.html @@ -1,6 +1,5 @@ --- title: Responsive helpers -subtitle: "Show/hide content depending on the width of the viewport" layout: documentation doc-tab: modifiers doc-subtab: responsive-helpers diff --git a/docs/documentation/modifiers/syntax.html b/docs/documentation/modifiers/syntax.html index be87980b..949cccf2 100644 --- a/docs/documentation/modifiers/syntax.html +++ b/docs/documentation/modifiers/syntax.html @@ -1,6 +1,5 @@ --- title: Modifiers syntax -subtitle: "Most Bulma elements have alternative styles. To apply them, you only need to append one of the modifier classes.
They all start with is- or has-." layout: documentation doc-tab: modifiers doc-subtab: syntax diff --git a/docs/documentation/modifiers/typography-helpers.html b/docs/documentation/modifiers/typography-helpers.html index db492715..509097f9 100644 --- a/docs/documentation/modifiers/typography-helpers.html +++ b/docs/documentation/modifiers/typography-helpers.html @@ -1,6 +1,5 @@ --- title: Typography helpers -subtitle: "Change the size and color of the text for one or multiple viewport width" layout: documentation hide_categories: true doc-tab: modifiers