Commit Graph

110 Commits

Author SHA1 Message Date
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
Jeremy Thomas
7b6755ea72 Add dropup docs 2017-11-06 12:51:20 +00:00
Jeremy Thomas
c0639cde83 Add top bottom navbar toggle 2017-11-06 12:51:20 +00:00
Donát Nagy
cddf8712b3 Add feature: is-expanded to navbar-item (#1320) 2017-10-26 12:12:25 +01:00
bstashio
1523ce8527 Docs/variables data (#1314)
* Replace variables.json with colors.json and update related files accordingly

* Add variables data files

* Update variables include template and all related files to use new variables data

* Fix mobile breakpoint id typo in responsivness docs page

* Fix Liquid syntax error in made-with-bulma docs page

* Update bulma sass files count in modular docs page

* Use breakpoints data in responsiveness helpers docs page

* Use breakpoints and variables data in typography helpers docs page

* Add missing page titles in docs pages front matter
2017-10-17 10:28:59 +01:00
Jeremy Thomas
80bd5415be Use https for Bulma 2017-10-16 13:31:27 +01:00
Jeremy Thomas
465ad931e6 Fix rebase 2017-10-10 10:50:00 +01:00
Jeremy Thomas
53b7afbea7 Add link changelog 2017-10-10 10:50:00 +01:00
Jeremy Thomas
be140a90d8 Update colors table 2017-10-10 10:50:00 +01:00
Jeremy Thomas
f83c9bf768 Add variables data 2017-10-10 10:50:00 +01:00
Jeremy Thomas
70367c3b5d Improve snippet 2017-10-09 15:38:12 +01:00
Jeremy Thomas
4f5cc9c0ed Update changelog 2017-10-09 10:36:14 +01:00
Yan Sern
9e294874a2 Added .is-up modifier for dropdown. (#1254) 2017-10-07 17:02:49 +01:00
Joshua Coquelle
26aa531a21 Fix typo "modifer" to "modifier" in all docs (#1245) 2017-10-02 19:24:29 +01:00
bstashio
afcdb7dbcc Update references to variables in docs (#1238)
* Update navbar variables in component docs page

* Update pagination variables in component docs page

* Update tabs variables in component docs page

* Update button variables in element docs page

* Update table variables in element docs page

* Update title variables in element docs page

* Update variables template to support layout

* Add section variables in relevant docs page

* Add footer variables in relevant docs page

* Update variables template to support custom messages

* Add form generic variables in relevant docs page

* Update derived variables in relevant docs page

* Add generic variables to variables docs page

* Update sass files count in docs Modular page
2017-10-02 19:23:35 +01:00
Jeremy Thomas
2315388413 Fix #1101 2017-09-18 23:36:41 +01:00
Jeremy Thomas
f89cca4c50 Fix #1177 2017-09-18 23:02:43 +01:00
Jeremy Thomas
bc1b55ee26 Fix navbar colors 2017-09-11 19:59:51 +01:00
Jeremy Thomas
e49e76ef28 Fix #1168 2017-09-11 19:59:51 +01:00
Jeremy Thomas
83892a21e3 Navbar colors docs 2017-09-11 19:59:51 +01:00
Jeremy Thomas
2bda5fccc6 Update changelog 2017-09-09 12:36:09 +02:00
Muhannad Abdelrazek
c112e15c9a A11y: Enhance card example (#953)
The card needs more enhancements but I need more help to determine the perfect solution for it.

the issue we face is:
- the markup needs to change and when to change the markup the style needs to change to be suitable for it.
example:
`
  <a href="#" class="card-header-icon" aria-label="more options">
      <span class="icon">
        <i class="fa fa-angle-down" aria-hidden="true"></i>
      </span>
  </a>
 <a href="#" class="card-footer-item">Save</a>
 <a href="#" class="card-footer-item">Edit</a>
 <a href="#" class="card-footer-item">Delete</a>
`
should be:
`
  <button class="card-header-icon" aria-label="more options">
      <span class="icon">
        <i class="fa fa-angle-down" aria-hidden="true"></i>
      </span>
  </button>
<button class="card-footer-item">Save</button>
<button  class="card-footer-item">Edit</button>
<button class="card-footer-item">Delete</button>
`
when I do that the style change and when I use the `button` class name the style change also, so you need to try it and edit the style as you need to card show to people.

- I replaced the <small> with <time> but the time does not have the same `font-size` so you maybe need to set `font-size` to time
2017-09-09 12:33:25 +02:00
Muhannad Abdelrazek
37bb5db8b7 A11y: Enhance navbar docs (#1065) 2017-09-09 12:33:05 +02:00
Jeremy Thomas
d12596acf2 Fix #1106 2017-09-05 14:11:39 +02:00
Jeremy Thomas
695c72c6a9 More snippets 2017-09-01 10:16:16 +02:00
Jeremy Thomas
3b0cb2ad4e Add lots of snippets 2017-09-01 10:16:16 +02:00
Jeremy Thomas
1776d601da Move level and media object 2017-09-01 10:16:16 +02:00
Muhannad Abdelrazek
267adc64d8 A11y: Enhance pagination (#1093) 2017-08-21 13:00:30 +01:00
Jeremy Thomas
6fe43b8f94 Add columns section 2017-08-15 00:01:34 +01:00