]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Move all subtitles
authorJeremy Thomas <bbxdesign@gmail.com>
Mon, 9 Apr 2018 19:37:05 +0000 (20:37 +0100)
committerJeremy Thomas <bbxdesign@gmail.com>
Mon, 9 Apr 2018 19:37:05 +0000 (20:37 +0100)
50 files changed:
docs/_data/links.json
docs/_sass/main.sass
docs/css/bulma-docs.css
docs/documentation/columns/basics.html
docs/documentation/columns/gap.html
docs/documentation/columns/nesting.html
docs/documentation/columns/options.html
docs/documentation/columns/responsiveness.html
docs/documentation/columns/sizes.html
docs/documentation/components/breadcrumb.html
docs/documentation/components/card.html
docs/documentation/components/dropdown.html
docs/documentation/components/menu.html
docs/documentation/components/message.html
docs/documentation/components/modal.html
docs/documentation/components/navbar.html
docs/documentation/components/pagination.html
docs/documentation/components/panel.html
docs/documentation/components/tabs.html
docs/documentation/elements/box.html
docs/documentation/elements/button.html
docs/documentation/elements/content.html
docs/documentation/elements/delete.html
docs/documentation/elements/icon.html
docs/documentation/elements/image.html
docs/documentation/elements/notification.html
docs/documentation/elements/progress.html
docs/documentation/elements/table.html
docs/documentation/elements/tag.html
docs/documentation/elements/title.html
docs/documentation/form/checkbox.html
docs/documentation/form/file.html
docs/documentation/form/general.html
docs/documentation/form/input.html
docs/documentation/form/radio.html
docs/documentation/form/select.html
docs/documentation/form/textarea.html
docs/documentation/layout.html [new file with mode: 0644]
docs/documentation/layout/container.html
docs/documentation/layout/footer.html
docs/documentation/layout/hero.html
docs/documentation/layout/level.html
docs/documentation/layout/media-object.html
docs/documentation/layout/section.html
docs/documentation/layout/tiles.html
docs/documentation/modifiers/color-helpers.html
docs/documentation/modifiers/helpers.html
docs/documentation/modifiers/responsive-helpers.html
docs/documentation/modifiers/syntax.html
docs/documentation/modifiers/typography-helpers.html

index c1a7c85c8937014edc5bec2b8cb7deca223ec2f7..944d1085c61d188b74f9c5226d3de28a8f7257f5 100644 (file)
     },
     "modifiers-syntax": {
       "name": "Syntax",
+      "subtitle": "Most Bulma elements have <strong>alternative</strong> styles. To apply them, you only need to append one of the <strong>modifier classes</strong>. They all start with <code>is-</code> or <code>has-</code>.",
       "path": "/documentation/modifiers/syntax"
     },
     "modifiers-helpers": {
       "name": "Helpers",
+      "subtitle": "Apply <strong>helper classes</strong> to almost any element, in order to alter its style",
       "path": "/documentation/modifiers/helpers"
     },
     "modifiers-responsive-helpers": {
       "name": "Responsive helpers",
+      "subtitle": "<strong>Show/hide content</strong> depending on the width of the viewport",
       "path": "/documentation/modifiers/responsive-helpers"
     },
     "modifiers-color-helpers": {
       "name": "Color helpers",
+      "subtitle": "Change the <strong>color</strong> of the text and/or background",
       "path": "/documentation/modifiers/color-helpers"
     },
     "modifiers-typography-helpers": {
       "name": "Typography helpers",
+      "subtitle": "Change the <strong>size</strong> and <strong>color</strong> of the text for one or multiple viewport width",
       "path": "/documentation/modifiers/typography-helpers"
     },
     "columns": {
     },
     "columns-basics": {
       "name": "Basics",
+      "subtitle": "A simple way to build <strong>responsive columns</strong>",
       "path": "/documentation/columns/basics"
     },
     "columns-gap": {
       "name": "Gap",
+      "subtitle": Customize the <strong>gap</strong> between the columns,
       "path": "/documentation/columns/gap"
     },
     "columns-nesting": {
       "name": "Nesting",
+      "subtitle": "A simple way to build <strong>responsive columns</strong>",
       "path": "/documentation/columns/nesting"
     },
     "columns-options": {
       "name": "Options",
+      "subtitle": "Design different <strong>types</strong> of column layouts",
       "path": "/documentation/columns/options"
     },
     "columns-responsiveness": {
       "name": "Responsiveness",
+      "subtitle": "Handle <strong>different</strong> column layouts for each <strong>breakpoint</strong>",
       "path": "/documentation/columns/responsiveness"
     },
     "columns-sizes": {
       "name": "Sizes",
+      "subtitle": "Define the <strong>size</strong> of each column <strong>individually</strong>",
       "path": "/documentation/columns/sizes"
     },
     "layout": {
       "subtitle": "Design the <strong>structure</strong> of your webpage with these CSS classes",
       "path": "/documentation/layout"
     },
+    "layout-container": {
+      "name": "Container",
+      "subtitle": "A simple <strong>container</strong> to center your content horizontally",
+      "path": "/documentation/layout/container"
+    },
     "layout-level": {
       "name": "Level",
+      "subtitle": "A multi-purpose <strong>horizontal level</strong>, which can contain almost any other element",
       "path": "/documentation/layout/level"
     },
     "layout-media": {
       "name": "Media Object",
+      "subtitle": "The famous <strong>media object</strong> prevalent in social media interfaces, but useful in any context",
       "path": "/documentation/layout/media"
     },
     "layout-hero": {
       "name": "Hero",
+      "subtitle": "An imposing <strong>hero banner</strong> to showcase something",
       "path": "/documentation/layout/hero"
     },
     "layout-section": {
       "name": "Section",
+      "subtitle": "A simple container to divide your page into <strong>sections</strong>, like the one you're currently reading",
       "path": "/documentation/layout/section"
     },
     "layout-footer": {
       "name": "Footer",
+      "subtitle": "A simple responsive <strong>footer</strong> which can include anything: lists, headings, columns, icons, buttons, etc.",
       "path": "/documentation/layout/footer"
     },
     "layout-tiles": {
       "name": "Tiles",
+      "subtitle": "A <strong>single tile</strong> element to build 2-dimensional Metro-like, Pinterest-like, or whatever-you-like grids",
       "path": "/documentation/layout/tiles"
     },
     "form": {
       "name": "Form",
+      "subtitle": "The indispensable <strong>form controls</strong>, designed for maximum clarity",
       "path": "/documentation/form"
     },
     "form-general": {
       "name": "General",
+      "subtitle": "All generic <strong>form controls</strong>, designed for consistency",
       "path": "/documentation/form/general"
     },
     "form-input": {
       "name": "Input",
+      "subtitle": "The <strong>text input</strong> and its variations",
       "path": "/documentation/form/input"
     },
     "form-textarea": {
       "name": "Textarea",
+      "subtitle": "The multiline <strong>textarea</strong> and its variations",
       "path": "/documentation/form/textarea"
     },
     "form-select": {
       "name": "Select",
+      "subtitle": "The browser built-in <strong>select dropdown</strong>, styled accordingly",
       "path": "/documentation/form/select"
     },
     "form-checkbox": {
       "name": "Checkbox",
+      "subtitle": "The 2-state <strong>checkbox</strong> in its native format",
       "path": "/documentation/form/checkbox"
     },
     "form-radio": {
       "name": "Radio",
+      "subtitle": "The mutually exclusive <strong>radio buttons</strong> in their native format",
       "path": "/documentation/form/radio"
     },
     "form-file": {
       "name": "File",
+      "subtitle": "A custom <strong>file upload</strong> input, without JavaScript",
       "path": "/documentation/form/file"
     },
     "elements": {
       "name": "Elements",
+      "subtitle": "Essential interface elements that only require a <strong>single CSS class</strong>",
       "path": "/documentation/elements"
     },
     "elements-box": {
       "name": "Box",
+      "subtitle": "A white <strong>box</strong> to contain other elements",
       "path": "/documentation/elements/box"
     },
     "elements-button": {
       "name": "Button",
+      "subtitle": "The classic <strong>button</strong>, 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 <strong>HTML tags</strong> are available",
       "path": "/documentation/elements/content"
     },
     "elements-delete": {
       "name": "Delete",
+      "subtitle": "A versatile <strong>delete</strong> cross",
       "path": "/documentation/elements/delete"
     },
     "elements-icon": {
       "name": "Icon",
+      "subtitle": "Compatible with all icon font libraries, including <strong>Font Awesome 5</strong>",
       "path": "/documentation/elements/icon"
     },
     "elements-image": {
       "name": "Image",
+      "subtitle": "A container for <strong>responsive images</strong>",
       "path": "/documentation/elements/image"
     },
     "elements-notification": {
       "name": "Notification",
+      "subtitle": "Bold <strong>notification</strong> blocks, to alert your users of something",
       "path": "/documentation/elements/notification"
     },
     "elements-progress": {
       "name": "Progress bars",
+      "subtitle": "Native HTML <strong>progress</strong> bars",
       "path": "/documentation/elements/progress"
     },
     "elements-table": {
       "name": "Table",
+      "subtitle": "The inevitable HTML <strong>table</strong>, with special case cells",
       "path": "/documentation/elements/table"
     },
     "elements-tag": {
       "name": "Tag",
+      "subtitle": "Small <strong>tag labels</strong> to insert anywhere",
       "path": "/documentation/elements/tag"
     },
     "elements-title": {
       "name": "Title",
+      "subtitle": "Simple <strong>headings</strong> 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 <strong>breadcrumb</strong> 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 <strong>dropdown menu</strong> for discoverable content",
       "path": "/documentation/components/dropdown"
     },
     "components-menu": {
       "name": "Menu",
+      "subtitle": "A simple <strong>menu</strong>, for any type of vertical navigation",
       "path": "/documentation/components/menu"
     },
     "components-message": {
       "name": "Message",
+      "subtitle": "Colored <strong>message</strong> blocks, to emphasize part of your page",
       "path": "/documentation/components/message"
     },
     "components-modal": {
       "name": "Modal",
+      "subtitle": "A classic <strong>modal</strong> overlay, in which you can include <em>any</em> content you want",
       "path": "/documentation/components/modal"
     },
     "components-navbar": {
       "name": "Navbar",
+      "subtitle": "A responsive horizontal <strong>navbar</strong> that can support images, links, buttons, and dropdowns",
       "path": "/documentation/components/navbar"
     },
     "components-pagination": {
       "name": "Pagination",
+      "subtitle": "A responsive, usable, and flexible <strong>pagination</strong>",
       "path": "/documentation/components/pagination"
     },
     "components-panel": {
       "name": "Panel",
+      "subtitle": "A composable <strong>panel</strong>, for compact controls",
       "path": "/documentation/components/panel"
     },
     "components-tabs": {
       "name": "Tabs",
+      "subtitle": "Simple responsive horizontal navigation <strong>tabs</strong>, with different styles",
       "path": "/documentation/components/tabs"
     }
   },
     "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"]
index 5ffe3be3d7bf9cb485438f27449ba0af899c3f8c..2e7c3d9ce57de6a8fa4bd45490081246ab848bfc 100644 (file)
@@ -50,7 +50,7 @@
   padding-bottom: $main-spacing
   .subtitle
     color: $text-light
-    max-width: 21em
+    max-width: 16em
     strong
       color: currentColor
   #meta
index 525f5828a993c6a893bb8e515029d15e20a1b5c2..30b901fc1fa014ce1678c0bff095a94ef4919eef 100644 (file)
@@ -9553,7 +9553,7 @@ label.panel-block:hover {
 
 .bd-header .subtitle {
   color: #7a7a7a;
-  max-width: 21em;
+  max-width: 16em;
 }
 
 .bd-header .subtitle strong {
index 023663c00077d33e805bc19b47a1fc7bfdb5e547..1c4eb15c4cf3bce7a4c2067e37f91b2b659fdcbc 100644 (file)
@@ -1,6 +1,5 @@
 ---
 title: Columns powered by Flexbox
-subtitle: "A simple way to build <strong>responsive columns</strong>"
 layout: documentation
 doc-tab: columns
 doc-subtab: basics
index 727dbfb0b51813eaea7ace2268a7864e95c0aab0..44e9e0bcbfc433b88ef5345127858c958e59b621 100644 (file)
@@ -1,6 +1,5 @@
 ---
 title: Columns gap
-subtitle: Customize the <strong>gap</strong> between the columns
 layout: documentation
 doc-tab: columns
 doc-subtab: gap
index 64cf551c015f1e03984e85476b1de89331dd52de..18632b316ff32f2a41d5e18610d6e5d613b9d8ae 100644 (file)
@@ -1,6 +1,5 @@
 ---
 title: Nesting columns
-subtitle: "A simple way to build <strong>responsive columns</strong>"
 layout: documentation
 doc-tab: columns
 doc-subtab: nesting
index 5448a6c8f2cb347466bfa2203a64ae2d353097cb..586ddc3db88aa6fecb2657207cdb09b5a8004463 100644 (file)
@@ -1,6 +1,5 @@
 ---
 title: Column options
-subtitle: "Design different <strong>types</strong> of column layouts"
 layout: documentation
 doc-tab: columns
 doc-subtab: options
index 139c0c104d1a10e20e49f5ce11a05143f924a64b..23fdaa738cb564e67738549d969b12ba7f4d0913 100644 (file)
@@ -1,6 +1,5 @@
 ---
 title: Columns responsiveness
-subtitle: "Handle <strong>different</strong> column layouts for each <strong>breakpoint</strong>"
 layout: documentation
 doc-tab: columns
 doc-subtab: responsiveness
index 901698f3c73c55cf5c8d6065535ba9e1ac7a1493..465596dc10f002f2eb843fad7938621a69007619 100644 (file)
@@ -1,6 +1,5 @@
 ---
 title: Column sizes
-subtitle: "Define the <strong>size</strong> of each column <strong>individually</strong>"
 layout: documentation
 doc-tab: columns
 doc-subtab: sizes
index 28ce30c5093b96dbecfa67ae79bf8ac9f8b0609b..f001c525885bd4e7071985bcabaebce19262ef0d 100644 (file)
@@ -1,6 +1,5 @@
 ---
 title: Breadcrumb
-subtitle: "A simple <strong>breadcrumb</strong> component to improve your navigation experience"
 layout: documentation
 doc-tab: components
 doc-subtab: breadcrumb
index 3205544bf0b8c224565ec43b346e833d1091d1e6..dbed0f121a5c9bd6d00f31ae6bce86ee1500e9d9 100644 (file)
@@ -1,6 +1,5 @@
 ---
 title: Card
-subtitle: "An all-around flexible and composable component"
 layout: documentation
 doc-tab: components
 doc-subtab: card
index 262261ebb9fd19ac69c5fe31ce6de0bab3e871bf..76e0909efc389cb2e98571d771643837282134aa 100644 (file)
@@ -1,6 +1,5 @@
 ---
 title: Dropdown
-subtitle: "An interactive <strong>dropdown menu</strong> for discoverable content"
 layout: documentation
 doc-tab: components
 doc-subtab: dropdown
index 66f24dfe76d3e2645d073eecaa01165d6eb12412..476de2e4ab27770bff0b0bc915117d13d22e24a4 100644 (file)
@@ -1,6 +1,5 @@
 ---
 title: Menu
-subtitle: "A simple <strong>menu</strong>, for any type of vertical navigation"
 layout: documentation
 doc-tab: components
 doc-subtab: menu
index f7e1e48173b73075d17fd0edb84e78168155385e..90aa3f0571fac7ebccf4685fd02f4ad47e87ca48 100644 (file)
@@ -1,6 +1,5 @@
 ---
 title: Message
-subtitle: "Colored <strong>message</strong> blocks, to emphasize part of your page"
 layout: documentation
 doc-tab: components
 doc-subtab: message
index 25f3933b9133919403291ae50c1c937b9289ae23..9bf7a2f9d2f61589408a96f2f63d3a86d83a97ff 100644 (file)
@@ -1,6 +1,5 @@
 ---
 title: Modal
-subtitle: "A classic <strong>modal</strong> overlay, in which you can include <em>any</em> content you want"
 layout: documentation
 doc-tab: components
 doc-subtab: modal
index e8b9f644c50e0c3d397373348ea227709ff34281..ac5759be7fd9e0c2b05df85282cf27d79e61e020 100644 (file)
@@ -1,6 +1,5 @@
 ---
 title: Navbar
-subtitle: "A responsive horizontal <strong>navbar</strong> that can support images, links, buttons, and dropdowns"
 layout: documentation
 doc-tab: components
 doc-subtab: navbar
index a8649cdb302905cf1ee4cf2cb03329ee6e573466..7ba7a6308e0756e139981451cb7fbee8acfb55d8 100644 (file)
@@ -1,6 +1,5 @@
 ---
 title: Pagination
-subtitle: "A responsive, usable, and flexible <strong>pagination</strong>"
 layout: documentation
 doc-tab: components
 doc-subtab: pagination
index df734453a4f6a89824133cf5ee6cdb5e17c14290..2695e45f77045b9c94356202c03c548b5ce6098a 100644 (file)
@@ -1,6 +1,5 @@
 ---
 title: Panel
-subtitle: "A composable <strong>panel</strong>, for compact controls"
 layout: documentation
 doc-tab: components
 doc-subtab: panel
index 543014a5083bfab9d4178162f64a846b991071ff..fef4f7d3868d15f44dc12bb8ae31e6d20d273500 100644 (file)
@@ -1,6 +1,5 @@
 ---
 title: Tabs
-subtitle: "Simple responsive horizontal navigation <strong>tabs</strong>, with different styles"
 layout: documentation
 doc-tab: components
 doc-subtab: tabs
index 3126ec912addb6749e9199b0820daf289cc6729b..fc21761a1b398e9cca3641a8aa2b933e7417c370 100644 (file)
@@ -1,6 +1,5 @@
 ---
 title: Box
-subtitle: "A white <strong>box</strong> to contain other elements"
 layout: documentation
 doc-tab: elements
 doc-subtab: box
index fdf2341d17fc88bca5037f72000e175143432e9c..da566aec2bf25da778f39076819871df2e4a6319 100644 (file)
@@ -1,6 +1,5 @@
 ---
 title: Button
-subtitle: "The classic <strong>button</strong>, in different colors, sizes, and states"
 layout: documentation
 doc-tab: elements
 doc-subtab: button
index 01a0067a908bc73eace660093abe6797073d2474..331c5522969fdc113c99a914eccee35d357d0c98 100644 (file)
@@ -1,6 +1,5 @@
 ---
 title: Content
-subtitle: "A single class to handle WYSIWYG generated content, where only <strong>HTML tags</strong> are available"
 layout: documentation
 doc-tab: elements
 doc-subtab: content
index 62dae3802c207103571a1486d0c4c2c98e6524e5..3332f9f6945c75cc2d758ca0a0333d113308b6fc 100644 (file)
@@ -1,6 +1,5 @@
 ---
 title: Delete
-subtitle: "A versatile <strong>delete</strong> cross"
 layout: documentation
 doc-tab: elements
 doc-subtab: delete
index caa100f219d8e3668cc25026558436497366c75f..d7deafa70fc89613547ac506cd38fdc852501fc4 100644 (file)
@@ -1,6 +1,5 @@
 ---
 title: Icon
-subtitle: 'Bulma is compatible with <strong>all icon font libraries</strong>: <a href="https://fontawesome.com/">Font Awesome 5</a>, <a href="http://fontawesome.io/">Font Awesome 4</a>, <a href="https://materialdesignicons.com">Material Design Icons</a>, <a href="https://useiconic.com/open">Open Iconic</a>, <a href="http://ionicons.com/">Ionicons</a> etc.'
 fontawesome4: true
 iconic: true
 ionicons: true
index ed742d9a36a36ccbf10d3a9fd5afd000b21f0adb..92419252ac7473a317f248f2501ca647609ef6b1 100644 (file)
@@ -1,6 +1,5 @@
 ---
 title: Image
-subtitle: "A container for <strong>responsive images</strong>"
 layout: documentation
 doc-tab: elements
 doc-subtab: image
index 4164f2334a9692023c1fe582f0e7f6b18c0d38c7..de25117666da7fcd3251be66586318635cb00236 100644 (file)
@@ -1,6 +1,5 @@
 ---
 title: Notification
-subtitle: "Bold <strong>notification</strong> blocks, to alert your users of something"
 layout: documentation
 doc-tab: elements
 doc-subtab: notification
index 44d7d27061768bad3bcddbfb9be34ad1c3630876..51b4bafb205330c8efeffd6f7d42accaca37005e 100644 (file)
@@ -1,6 +1,5 @@
 ---
 title: Progress Bar
-subtitle: "Native HTML <strong>progress</strong> bars"
 layout: documentation
 doc-tab: elements
 doc-subtab: progress
index 1d801df793af388262433576bc2918fbf569f7b2..16d64d495fb758f0185a2c50c96e162fd2f66c6d 100644 (file)
@@ -1,6 +1,5 @@
 ---
 title: Table
-subtitle: "The inevitable HTML <strong>table</strong>, with special case cells"
 layout: documentation
 doc-tab: elements
 doc-subtab: table
index 5cc32a98fb7ab849207345c56ff5477ca939fab4..a130a066a40af6202d8551ad75628eb2feee0762 100644 (file)
@@ -1,6 +1,5 @@
 ---
 title: Tags
-subtitle: "Small <strong>tag labels</strong> to insert anywhere"
 layout: documentation
 doc-tab: elements
 doc-subtab: tag
index 27614db7436c6345a179a3db2b8a2f6611fb9840..4a1701687faf7bd07dac91756b520c99a1c01bd9 100644 (file)
@@ -1,6 +1,5 @@
 ---
 title: Title and Subtitle
-subtitle: "Simple <strong>headings</strong> to add depth to your page"
 layout: documentation
 doc-tab: elements
 doc-subtab: title
index 9f09b53b5639f2fdc55048f06f9aa0a30171b2bb..e59da574babd68c4411162e47cc81c6aa83f8e10 100644 (file)
@@ -1,6 +1,5 @@
 ---
 title: Checkbox
-subtitle: "The 2-state <strong>checkbox</strong> in its native format"
 layout: documentation
 doc-tab: form
 doc-subtab: checkbox
index 9fbaf31f88d9ffe9fd24b9dac6360785874e2817..268d66100fb5c23d2452e5e4b980ec2d6726202d 100644 (file)
@@ -1,6 +1,5 @@
 ---
 title: File upload
-subtitle: "A custom <strong>file upload</strong> input, without JavaScript"
 layout: documentation
 doc-tab: form
 doc-subtab: file
index a8b9e70246f006808d7066d90ae30f67e61f45a2..c7da86960bf315b001f9370eae318e6b5adb8db7 100644 (file)
@@ -1,6 +1,5 @@
 ---
 title: Form controls
-subtitle: "All generic <strong>form controls</strong>, designed for consistency"
 layout: documentation
 doc-tab: form
 doc-subtab: general
index 9fb837f07db1549339807082e1c683f5c55e0d39..d0248ad5255d12aec67ac2100cf9f6a2412cbb26 100644 (file)
@@ -1,6 +1,5 @@
 ---
 title: Input
-subtitle: "The <strong>text input</strong> and its variations"
 layout: documentation
 doc-tab: form
 doc-subtab: input
index 44cad9388bc500921d7cee4535805f9ed2182dba..c3229593d1b05344a78a9ed0bc257b7b56c3e9da 100644 (file)
@@ -1,6 +1,5 @@
 ---
 title: Radio button
-subtitle: "The mutually exclusive <strong>radio buttons</strong> in their native format"
 layout: documentation
 doc-tab: form
 doc-subtab: radio
index 29da1bd741b493994834890dc21f7708e6cf6fde..dd616ad5d4fbeb86a681ba9b4a0e6a0290110fd7 100644 (file)
@@ -1,6 +1,5 @@
 ---
 title: Select
-subtitle: "The browser built-in <strong>select dropdown</strong>, styled accordingly"
 layout: documentation
 doc-tab: form
 doc-subtab: select
index b9446050cc31975e5667ebc2e0aaed519003cf65..bf89339c02f4bd8f9462a84dd5f9576a5be0a90c 100644 (file)
@@ -1,6 +1,5 @@
 ---
 title: Textarea
-subtitle: "The multiline <strong>textarea</strong> 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 (file)
index 0000000..7c4db1a
--- /dev/null
@@ -0,0 +1,11 @@
+---
+title: Layout
+layout: documentation
+doc-tab: layout
+breadcrumb:
+- home
+- documentation
+- layout
+---
+
+{% include components/links.html category_id='layout' %}
index 6ccc9efeec89e413fa742b11f9151bb183878e52..dbc2f54fe68f508e35b0d9068f0b023fbf95868b 100644 (file)
@@ -1,6 +1,5 @@
 ---
 title: Container
-subtitle: "A simple <strong>container</strong> to center your content horizontally"
 layout: documentation
 hide_carbon: true
 doc-tab: layout
index 3872f2a063b4029b4e69e6254ba4b826a160f895..4d2d31329cf58356c324e75d536d2dadb36cadfd 100644 (file)
@@ -1,6 +1,5 @@
 ---
 title: Footer
-subtitle: "A simple responsive <strong>footer</strong> which can include anything: lists, headings, columns, icons, buttons, etc."
 layout: documentation
 hide_carbon: true
 doc-tab: layout
index 8132a50cf5b5190ebcbd6064055c57ca04432ed3..004de36c2e5dcc0075bd970d78dd118b9021546e 100644 (file)
@@ -1,6 +1,5 @@
 ---
 title: Hero
-subtitle: "An imposing <strong>hero banner</strong> to showcase something"
 layout: documentation
 hide_carbon: true
 doc-tab: layout
index 1cc144e394037ea58dc9726299d8c2054f40a469..2d45363966457656b782eb70944d5eacda490113 100644 (file)
@@ -1,6 +1,5 @@
 ---
 title: Level
-subtitle: "A multi-purpose <strong>horizontal level</strong>, which can contain almost any other element"
 layout: documentation
 doc-tab: layout
 doc-subtab: level
index 5155db1e4b5985d21c6cbf4b87da4c65b0c2ccfc..5bd3fb00afa5ee24b6f53bbe2d9ba8adadcdbdae 100644 (file)
@@ -1,6 +1,5 @@
 ---
 title: Media Object
-subtitle: "The famous <strong>media object</strong> prevalent in social media interfaces, but useful in any context"
 layout: documentation
 doc-tab: layout
 doc-subtab: media-object
index b7811c1bd2664c9dd05ec49c0ff123a55e543f46..ea865f7988dd337bc6a17d91dbecd89e81fad76a 100644 (file)
@@ -1,6 +1,5 @@
 ---
 title: Section
-subtitle: "A simple container to divide your page into <strong>sections</strong>, like the one you're currently reading"
 layout: documentation
 doc-tab: layout
 doc-subtab: section
index a8f892ccadaf054034c0a8262ebc0e52e2799c0e..1bc3835209a1d360873cb7cd96103282922ee287 100644 (file)
@@ -1,6 +1,5 @@
 ---
 title: Tiles powered by Flexbox
-subtitle: "A <strong>single tile</strong> element to build 2-dimensional Metro-like, Pinterest-like, or whatever-you-like grids"
 layout: documentation
 doc-tab: layout
 doc-subtab: tiles
index b5a9c6edb3774a297dd66eea3d59e6a5062a717e..fbd8fb4af08aecaf55ae0626eca3b078b28383d6 100644 (file)
@@ -1,6 +1,5 @@
 ---
 title: Color helpers
-subtitle: "Change the <strong>color</strong> of the text and/or background"
 layout: documentation
 doc-tab: modifiers
 doc-subtab: color-helpers
index f829ea7f553d4724c9ebb79f5fcefd8083ade627..3c1c915fec0370c09fab249f9b5fd3e2553fa7e6 100644 (file)
@@ -1,6 +1,5 @@
 ---
 title: Helpers
-subtitle: "You can apply <strong>helper classes</strong> to almost any element, in order to alter its style."
 layout: documentation
 doc-tab: modifiers
 doc-subtab: helpers
index aae26776bfc13954a7e96dac51f4aa13079e65e7..7a2b29777e7fec1f5cb40b5185f6e1dde2b531f3 100644 (file)
@@ -1,6 +1,5 @@
 ---
 title: Responsive helpers
-subtitle: "<strong>Show/hide content</strong> depending on the width of the viewport"
 layout: documentation
 doc-tab: modifiers
 doc-subtab: responsive-helpers
index be87980bdb54b57e5890e6f94156ccedf346ff53..949cccf2e11572250b5e3b63daf09d8364332a6f 100644 (file)
@@ -1,6 +1,5 @@
 ---
 title: Modifiers syntax
-subtitle: "Most Bulma elements have <strong>alternative</strong> styles. To apply them, you only need to append one of the <strong>modifier classes</strong>.<br>They all start with <code>is-</code> or <code>has-</code>.</h2>"
 layout: documentation
 doc-tab: modifiers
 doc-subtab: syntax
index db4927152c3d133068b4ad82d0f267e4f5b4e86f..509097f985fbde2ec8b210ab7e5718f60005454c 100644 (file)
@@ -1,6 +1,5 @@
 ---
 title: Typography helpers
-subtitle: "Change the <strong>size</strong> and <strong>color</strong> of the text for one or multiple viewport width"
 layout: documentation
 hide_categories: true
 doc-tab: modifiers