Commit Graph

138 Commits

Author SHA1 Message Date
Jean Lecordier
895b77b3a9 Remove useless if in js example
If the length is 0, then the forEach call does nothing anyway

Could we remove the slice part as well ? If IE support is required, can’t we just use Array.prototype.forEach ? Can’t we just remove IE support all together to promote clean and up to date code ? Polyfills and code transpilation are here to help support IE
2022-05-08 09:26:03 +01:00
Peta Sittek
8ed98422a7 Remove useless console.log() from Modal example 2022-05-06 17:22:45 +01:00
Wahyu Wiyoko
0040e59bc4 Fix typo 'javascript-implementation-example' anchor tag on modal documentation 2022-01-21 12:25:35 +00:00
Jeremy Thomas
5aa114d445 Fix #683 2022-01-04 18:00:55 +01:00
@CAYdenberg
a28bf751b1 Replace disabled attr on pagination anchor elements with is-disabled class (#3296) 2021-10-08 18:48:18 +01:00
Will Johnson
397d6bf1ab #3315 Add has-shadow to navbar documentation 2021-06-02 14:02:06 +01:00
Jeremy Thomas
08ef4df2c0
Bulma v9 website (#3249)
* Add Bulma v9

* Add vendor dependencies

* Fix native

* Fix sponsors

* Add style attribute
2021-01-27 23:30:42 +00:00
Jeremy Thomas
b41514f85b
Feature/icon text (#3230)
* Init icon text, Remove old new-tag elements

* Improve icon text

* Fix icon text docs

* Update sidebar

* Update changelog
2021-01-03 14:31:36 +00:00
Jeremy Thomas
d7fdc13579 Fix #3211 2020-12-09 15:44:40 +00:00
Jeremy Thomas
6aee604790 Remove deprecated list 2020-06-07 13:27:01 +01:00
Fernando Chu
69af712653 Replaced 'mobile' w/ 'touch devices' on nav burger 2020-04-11 12:43:42 +01:00
Arden Shackelford
3b7ba4bcc0 Slight adjustment :) 2020-04-08 08:38:20 +01:00
Kaan Gökdemir
87b2efb03c
outdated cards with new word in it changed (#2873)
* outdated cards with new word in it changed

* dynamic tags used
2020-03-29 07:20:05 +01:00
Jeremy Thomas
c2d785ac56 Write 0.8 blog post 2019-10-17 20:51:42 -04:00
Jeremy Thomas
e5390369a9 Improve components documentation 2019-10-17 20:51:42 -04:00
Mohit Inampudi
26fba7296b Add is-spaced documentation in Navbar 2019-04-03 02:04:40 +01:00
Justin Schiff
ee34157876 Clarify modal documentation. 2019-01-25 08:17:07 +00:00
Jonathan Urzua
4283f2e80d Fixes some typos for arrowless dropdowns in navbar
Found some typos for the `is-arrowless` modifier and changed the wording a bit so it's more consistent with the rest of the documentation.
2018-10-13 21:53:40 +01:00
Jeremy Thomas
957a45a50c Fix relative links 2018-10-12 11:23:32 +01:00
Jeremy Thomas
a531ea2758 List docs init 2018-10-02 08:54:58 +01:00
Jeremy Thomas
39bdeacf46 Add basic navbar example 2018-10-02 08:25:09 +01:00
Davide Taviani
490553f848 Add clarification about three empty spans for the navbar-burger
It was not clear in the documentation that you *need* to have the 3 empty spans or otherwise the lines (and the cross) wouldn't show up.
2018-09-17 17:40:37 +01:00
hmistry
107ea347a7 Document is-tab modifier class for navbar-item 2018-08-26 16:16:35 +02:00
Jeremy Thomas
14daff89c0 Fix docs 2018-07-09 16:03:16 +01:00
deasydoesit
b58b9b82ee Updating navbar.html to include jQuery toggle
Minimal changes which introduce a jQuery toggle implementation of the 'navbar-burger' and 'navbar-menu'
2018-07-09 15:58:47 +01:00
Ana María Martínez Gómez
bf0578090d Add without-arrow class for navbar items (#1919)
* Add is-arrowless class for navbar items

It removes the arrow in the items of the Navbar.

Closes https://github.com/jgthms/bulma/issues/1833

* Add documentation for is-arrowless class

* Add is-arrowless to the changelog
2018-06-11 10:51:32 +01:00
Kacper
e4d72a4fd9 Panel docs, FontAwesome 5 icon classes updates
As FontAwesome 5 site states, fa-code-branch icon replaces Font Awesome 4's fa-code-fork.
Just updated two lines, where old class wasn't replaced.
2018-05-29 17:43:55 +01:00
Jeremy Thomas
0eb4f4cc9c Fix #1795 2018-04-18 17:14:31 +01:00
Jeremy Thomas
c414b5c0ab Fix #1796, Fix #1806 2018-04-18 17:03:53 +01:00
Jeremy Thomas
4380aacda6 Add component icons 2018-04-11 15:43:26 +01:00
Jeremy Thomas
e8d4efb274 Organize partials 2018-04-09 22:25:26 +01:00
Jeremy Thomas
e3ecca6432 Move all subtitles 2018-04-09 20:37:05 +01:00
Jeremy Thomas
f0074aa339 Do elements 2018-04-09 14:15:31 +01:00
Jeremy Thomas
e75fd365e3 Component links 2018-04-09 13:18:46 +01:00
Jeremy Thomas
7ece5f5156 Add color helpers 2018-04-08 15:34:40 +01:00
Jeremy Thomas
fecfa3c263 Fix modal docs 2018-04-08 12:31:05 +01:00
Muhannad Abdelrazek
c225c47121 A11y: Enhance components docs 2018-04-08 12:29:33 +01:00
Jeremy Thomas
7c9f0a76dc Add Bulma book 2018-03-26 14:46:39 +01:00
Shawn Stern
6850b7f870 Fix navbar-burger sample code in navbar.html (#1432)
* Fix navbar-burger sample code in navbar.html

<button> elements with the class combination of button and navbar-burger display with a border. Updating to divs and removing button class

* Update navbar.html

Fixing button ending tags based on suggestion from @feute
2018-02-15 13:59:17 +00:00
George Chung
0c4482b46d Add .has-navbar-fixed-somewhere support to body tag (#1485) (#1490)
* Add .has-navbar-fixed-somewhere support to body tag (#1485)

* update docs
2018-02-09 17:42:46 +00:00
Francis Go
f5d8d22462 Update card documentation: reponsive -> responsive (#1602) 2018-01-15 02:36:43 +01:00
Jeremy Thomas
d47b85d4be Update icons docs with Font Awesome 5 2018-01-10 16:45:05 +00:00
Jeremy Thomas
3158236eb7 Use Font Awesome 5 2018-01-10 16:30:23 +00:00
Jeremy Thomas
d6dd2cb023 Fix rounded tabs 2017-12-04 13:45:14 +00:00
Jeremy Thomas
267f2c137f Fix rounded 2017-12-04 13:39:15 +00:00
bmalen
5801d57029 fixed grammatical error (#1450) 2017-11-16 08:36:16 +00:00
jmui
130833803a typo: vertically (#1423) 2017-11-07 10:45:59 +00:00
Jeremy Thomas
67117ffed9 Remove vernum 2017-11-06 13:44:58 +00:00
Jeremy Thomas
5325878cb6 Remove fix top navbar toggle 2017-11-06 12:56:05 +00:00
Jeremy Thomas
befa6b68b0 Fix navbar link color 2017-11-06 12:51:20 +00:00