Commit Graph

559 Commits

Author SHA1 Message Date
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
Kuba Szymanowski
79dedea734 Include example of widescreen and fullhd modifiers (#1129) 2017-09-09 12:22:38 +02:00
Sam Fry
6d531b9f4e Typo fix on button page (#1158)
"Meant to look an behave" -> "Meant to look and behave"
2017-09-06 00:09:41 +02:00
Jeremy Thomas
05651519c9 Fix extensions order 2017-09-06 00:00:34 +02:00
Jeremy Thomas
d198cf11b0 Add container 2017-09-05 23:53:21 +02:00
Jeremy Thomas
8bbf7d2100 Add navbar-tabs component 2017-09-05 18:38:00 +02:00
Jeremy Thomas
d12596acf2 Fix #1106 2017-09-05 14:11:39 +02:00
Jeremy Thomas
1a1e602441 Format tweet content 2017-09-01 12:40:36 +02:00
Jeremy Thomas
d876e524e8 Deploy css 2017-09-01 10:16:16 +02:00
Jeremy Thomas
ae41262519 Reverse tweets order 2017-09-01 10:16:16 +02:00
Jeremy Thomas
f82225082a Tws layout 2017-09-01 10:16:16 +02:00
Jeremy Thomas
782f149f29 Add more expo 2017-09-01 10:16:16 +02:00
Jeremy Thomas
51866c4182 Textarea snippets 2017-09-01 10:16:16 +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
08e082ae07 Add more snippets 2017-09-01 10:16:16 +02:00
Jeremy Thomas
9b06974cd1 Create snippet component 2017-09-01 10:16:16 +02:00
Jeremy Thomas
1776d601da Move level and media object 2017-09-01 10:16:16 +02:00
Jeremy Thomas
cda59a3101 Add focus variables 2017-09-01 10:16:16 +02:00
TJ Kohli
2b2e00066d Added type to Email input (#1124) 2017-08-28 09:31:52 +01:00
Chad Tolkien
1f33c39f17 Update extensions.html (#1120)
Fixes typos in the linked URLs
2017-08-27 10:58:20 +01:00
Wikiki
9e1752b51d New Extension PricingTable (#1117)
* New Extension PricingTable

* Update pricing table screenshot
2017-08-26 12:31:19 +01:00
Tomasz
6eaa7aae05 Update gap.html (#1110)
Additionally, <code>.is-variable</code> should be added on the <code>.columns</code> container.
2017-08-24 14:25:42 +01:00
Aslam Shah
f0278b24e3 Bulma Mega Menu Extension (#1083)
* Update extensions.html

Added Bulma Mega Menu extension details.

* Add files via upload

Added bulma-megamenu extension image.

* Update extensions.html

Updated the dimensions of the image.

* Update extensions.html

Added Cool Checkboxes Extension

* Add files via upload

Added Bulma Cool Checkboxes image.
2017-08-24 10:08:01 +01:00
Wikiki
d29e2b8569 Add new extension slider (#1108) 2017-08-23 11:15:25 +01:00
Adam Grabek
d97bdda97f Axure library (#1105)
* Update extensions.html

* Add files via upload
2017-08-23 10:11:25 +01:00
Wikiki
8eb5665acd New extension - checkradio (#1103)
* New extension - checkradio

* Fix wrong copy/paste

* Fix multiple switch declaration
2017-08-22 20:14:05 +01:00
C Zamp
4010674569 Add $title-strong-weight and $title-strong-color variables to docs (#1100) 2017-08-21 22:06:22 +01:00
Muhannad Abdelrazek
267adc64d8 A11y: Enhance pagination (#1093) 2017-08-21 13:00:30 +01:00
Wikiki
eef1e456fa Update extensions images (#1095) 2017-08-21 10:19:33 +01:00
Wikiki
66fa0a87a0 Add switch extension (#1091) 2017-08-19 15:40:44 +01:00
balping
15f8a0afc9 Remove gap between tag and delete button (#1090)
* Remove gap between tag and delete button

* add tag-delete-margin variable

* tab -> spaces

* add tag-delete-margin to docs
2017-08-19 15:39:15 +01:00
Aram Visser
334a8d7238 Add alternative steps extension to documentation (#1074) 2017-08-15 08:19:33 +01:00
Jeremy Thomas
f444cefdfa Add redirects 2017-08-15 00:01:34 +01:00
Jeremy Thomas
3985fff747 Add klmn 2017-08-15 00:01:34 +01:00
Jeremy Thomas
2aba5a3f84 Add gap 2017-08-15 00:01:34 +01:00
Jeremy Thomas
6fe43b8f94 Add columns section 2017-08-15 00:01:34 +01:00
Jeremy Thomas
ab5a72b202 Fix columns docs 2017-08-15 00:01:34 +01:00
Jeremy Thomas
c66ec2a9a9 Fix #1053 2017-08-14 13:12:09 +01:00
Jeremy Thomas
b41681d21c Remove local config 2017-08-14 13:07:49 +01:00
Jeremy Thomas
3c1ba0efb8 Autoprefix docs 2017-08-14 13:02:07 +01:00
Jeremy Thomas
74146af03f Fix copy and expand 2017-08-14 13:01:07 +01:00
Jeremy Thomas
cd2f886df2 Add bd classes 2017-08-14 13:01:07 +01:00
Jeremy Thomas
88fb510d93 Fix #1063 2017-08-14 11:26:48 +01:00
Daniel Bayerlein
bbbe1431a6 Typo Github -> GitHub (#1070) 2017-08-14 00:08:05 +01:00
Jeremy Thomas
1da5ad3912 Use tws 2017-08-11 13:19:57 +01:00
Muhannad Abdelrazek
e082865ab7 A11y: Enhance model docs (#1057) 2017-08-11 10:52:34 +01:00
Dmitry Antonov
99ca21aa32 fix tag variables (#1056) 2017-08-11 10:52:11 +01:00
Wikiki
193f171916 New Extension: Divider (#1050)
* Link to divider’s extension

* Fix whitespaces

* Divide image size by 2
2017-08-10 23:14:25 +01:00
Jeremy Thomas
bb7bbc13a0 Build docs 2017-08-10 21:06:12 +01:00
Jeremy Thomas
e57f3a3b12 Update website version 2017-08-10 21:04:24 +01:00
Jeremy Thomas
7adddcf29a Update versions list 2017-08-10 21:04:24 +01:00
Jeremy Thomas
1244b3f91f Archive version 0.5.1 2017-08-10 21:04:24 +01:00
Wikiki
fe4e6326da New Extension : Calendar (#1052)
* Add link to docs

* Divide image size by 2
2017-08-10 13:27:01 +01:00
Michael Webb
306253b81d Fix various typos in documentation (#1035)
* Fixing various grammatical errors in /index.html

* fixed "add your own colors" thing

* Fixed grammatical errors on various documentation pages

* Update documentation.html

* Update tiles.html

* Update tiles.html

* fixing footer

* Update hero

* Update index.html

* Update index.html

* Removed change in classes
2017-08-10 12:24:51 +01:00
Daniele Lenares
ce13d3ff4c Update typography-helpers.html (#1040)
Remove extra div closing tag.
2017-08-09 10:24:23 +01:00
Jeremy Thomas
459341ff8f Deploy 0.5.1 2017-08-07 20:06:42 +01:00
Jeremy Thomas
5560ec8a1b Fix #1030 2017-08-07 19:57:34 +01:00
Kennedy Baird
2e7a00c2da doc update for responsive alignment (when deploy 0.5.1) (#1021)
* doc update for responsive alignment (when deploy 0.5.1)

doc update for commit for responsive text alignment

010b6d70a0

* update docs for responsive text alignment

changed for a table, let me know if this is good!

thanks
2017-08-07 19:52:27 +01:00
Jeremy Thomas
23515e16a6 Fix #1033 2017-08-07 19:51:57 +01:00
Jeremy Thomas
f9acb1ea69 Add file alignment 2017-08-07 19:49:24 +01:00
Oliver Dvorski
5d1288dcb9 fix typo (#1034) 2017-08-07 19:06:07 +01:00
Alwayslearnedstuff
4ac09f406e Handful of grammar edits removing unnecessary articles (e.g. 'a' 'the') (#1027) 2017-08-06 16:22:45 +01:00
Muhannad Abdelrazek
3b0ef7f942 A11y: Add aria-label to delete buttons (#1023) 2017-08-05 20:15:14 +01:00
Matteo Manfredi
01ff023a93 Fixed missing td tag (#1010) 2017-08-04 23:43:26 +01:00
Jeremy Thomas
55f49c64e4 Add more love ❤️ 2017-08-03 20:51:06 +01:00
Jeremy Thomas
3b37e2c0e7 Add list of tags post 2017-08-03 20:46:00 +01:00
Jeremy Thomas
941d86da28 Prettier blog list 2017-08-03 20:29:09 +01:00
Daniele Lenares
5cee4c8974 Fixes #1001 (#1005)
* Fix #1001

* Order modifiers alphabetically.
2017-08-03 19:52:00 +01:00
Jeremy Thomas
e06a098df6 Fix #998 2017-08-02 23:52:36 +01:00
Jeremy Thomas
01bb596f9e Correct empty ratio 2017-08-02 09:19:54 +01:00
Jeremy Thomas
b2d19b801d Use map false 2017-08-02 09:15:16 +01:00
Jeremy Thomas
83eaa502a0 Add blazy images 2017-08-02 09:02:05 +01:00
Jeremy Thomas
3b7f2e3e9b Add blazy 2017-08-02 09:01:38 +01:00
Jeremy Thomas
e98c98c6fd Fix container docs 2017-08-01 21:05:10 +01:00
Jeremy Thomas
94fcaa55f6 Fix #989 2017-08-01 19:54:46 +01:00
Jeremy Thomas
9648eafd89 Add Bootstrap comparison 2017-07-31 20:58:46 +01:00
Jeremy Thomas
d14a703b5e Add $container-offset variable 2017-07-31 20:58:46 +01:00
kennedybaird
915d0b4a15 include example for .is-centered (#978)
and for .is-multiline and .is-centered
2017-07-31 19:20:19 +01:00
Pete Marcano
e718525936 Changed ES6 function syntax to ES5 in JS example (#977) 2017-07-31 19:19:31 +01:00
Jeremy Thomas
18b56e84d1 Add more love 2017-07-31 19:18:45 +01:00
Jeremy Thomas
f78dbada20 Remove radius 2017-07-31 17:44:40 +01:00
Jeremy Thomas
dcfe0a68af Add unique features 2017-07-31 17:44:40 +01:00
Jeremy Thomas
236837f36c Add comparison table 2017-07-31 17:44:40 +01:00
Jeremy Thomas
754b8bf081 Add pro include 2017-07-31 17:44:40 +01:00
Jeremy Thomas
db006fba23 Add bootstrap comparison page 2017-07-31 17:44:40 +01:00
Jeremy Thomas
61683eb6a7 Add embrace 2017-07-30 22:44:43 +01:00
Jeremy Thomas
44fc1cd61b Remove navbar home link 2017-07-30 22:44:43 +01:00
Jeremy Thomas
b0ca1fb753 Add expo 2017-07-30 22:44:43 +01:00
Jeremy Thomas
23e86100d9 Fix #964 2017-07-30 19:25:24 +01:00
Basil Miturich
2188512dbc add "charset: utf-8" to starter template (#966) 2017-07-30 19:20:50 +01:00
Jeremy Thomas
665fb15753 Add love 2017-07-30 18:23:05 +01:00
Jeremy Thomas
ed8fc14d78 Fix background color 2017-07-30 00:32:56 +01:00
Jeremy Thomas
01835c071e Add is-right and is-fullwidth for file 2017-07-30 00:32:56 +01:00
Jeremy Thomas
057c272f6f Add file colors 2017-07-30 00:32:56 +01:00
Jeremy Thomas
e1a82944d3 Add JS instructions 2017-07-30 00:32:56 +01:00
Jeremy Thomas
a14b67aa50 Add file 2017-07-30 00:32:56 +01:00
Jakub Kotek
c25d82a06b Update title.html (#955) 2017-07-29 20:22:41 +01:00
Jeremy Thomas
bf90c71c55 Update gitignore 2017-07-29 19:03:31 +01:00
Jeremy Thomas
fcac45ae4d Archive version 0.5.0 2017-07-29 18:54:07 +01:00
Jeremy Thomas
b5c3d17e19 Deploy 0.5.0 2017-07-29 18:49:34 +01:00
Jeremy Thomas
34c044e475 Fix #934 2017-07-29 18:43:53 +01:00
Jeremy Thomas
58a0a4b5b8 Fix #909 2017-07-29 18:30:36 +01:00
Jeremy Thomas
1e4ae9e3e9 Fix helpers 2017-07-29 18:24:07 +01:00
Jeremy Thomas
44ec4dcc73 Add env 2017-07-29 18:24:07 +01:00
Jeremy Thomas
8b36d5ad3d Add colors page 2017-07-29 18:24:07 +01:00
Jeremy Thomas
63d4fb79b6 Add meta to form 2017-07-29 18:24:07 +01:00
Jeremy Thomas
78f297c5fb Add getting started 2017-07-29 18:24:07 +01:00
Jeremy Thomas
2bd66119f0 Explain tags 2017-07-29 18:24:07 +01:00
Jeremy Thomas
0e2f716de5 Optimize message docs 2017-07-29 18:24:07 +01:00
Jeremy Thomas
13d6def032 Add article image 2017-07-29 18:24:07 +01:00
Jeremy Thomas
93b7fb2fd4 Add heading 2017-07-29 18:24:07 +01:00
Jeremy Thomas
741e9d2d40 Meta button 2017-07-29 18:24:07 +01:00
Jeremy Thomas
28856f6388 Add meta to components 2017-07-29 18:24:07 +01:00
Jeremy Thomas
24bc5ed795 Add tags 2017-07-29 18:24:07 +01:00
Jeremy Thomas
cd4a7b54e6 Generic customisation 2017-07-29 18:24:07 +01:00
Jeremy Thomas
1be49f2190 Add customisation variables 2017-07-29 18:24:07 +01:00
Muhannad Abdelrazek
29ca2268bb A11y: Enhance breadcrumbs examples (#944) 2017-07-28 17:45:45 +01:00
Jordan Kniest
bb525be571 Fixed hardcoded localhost image url (#940) 2017-07-28 11:40:55 +01:00
Jeremy Thomas
5ffb2cedb8 Fix index images 2017-07-27 21:10:32 +01:00
Kent Tsuenchy
56e26e2fa0 Corrected Alignment Table Header (#937) 2017-07-27 20:59:24 +01:00
Wikiki
4a9d4c8036 New extensions : Pageloader & Ribbon (#918)
* New extensions

Add links to the following extensions:
- pageloader
- Ribbon

* Revert "New extensions"

This reverts commit 3f6fbc664f.

* Add images of new extensions

* Update extensions.html
2017-07-26 21:22:58 +01:00
Jeremy Thomas
aa2fc0d527 Add progress bar 2017-07-26 21:13:55 +01:00
Jeremy Thomas
4f8658d1a3 Add features 2017-07-26 21:13:55 +01:00
Jeremy Thomas
c2654bd6c6 Add new elements 2017-07-26 21:13:55 +01:00
Jeremy Thomas
02e5e3b71e Fix index modifiers title 2017-07-26 21:13:55 +01:00
Jeremy Thomas
cbb0394975 Add group multiline docs 2017-07-26 21:13:55 +01:00
Jeremy Thomas
298832fdcf Add contribution text 2017-07-26 21:13:55 +01:00
Jeremy Thomas
3f8655c87d Add typography helpers 2017-07-26 21:13:55 +01:00
Muhannad Abdelrazek
d7e49a4dc3 A11y: Enhance dropdown examples. (#908)
- use button to can reach by keyboard and make a user with screen reader understand that's is a button.
- add aria-haspopup to make screen reader user understand this button have a drop-down.
- add aria-controls to make screen reader user understand this button control on items called x.
- should add aria-expanded by JS when user toggle button.

- add aria-hidden to icons.
- add href=# to links to make it a link we can interact with a keyboard.

- add role menu to menu drop-down to make sure this div is a menu.
- should add aria-hidden by JS and toggle it by button expanded.
2017-07-26 18:45:08 +01:00
Jeremy Thomas
df4232feb6 Add versions blog post 2017-07-24 16:06:46 +02:00
Jeremy Thomas
453ed900d4 Add 0.4.4 2017-07-24 16:00:05 +02:00
Jeremy Thomas
f9223ad360 Add versions 2017-07-24 16:00:05 +02:00
Jeremy Thomas
42780d04a7 Deploy 0.4.4 2017-07-24 15:50:00 +02:00
Jeremy Thomas
3376f706f3 Update gitignore 2017-07-24 15:45:11 +02:00
Jeremy Thomas
39b6eb0627 Fix container docs 2017-07-24 13:02:15 +02:00
Jeremy Thomas
d28556d8dd Fix desktop container 2017-07-24 13:02:15 +02:00
Jeremy Thomas
28d22d97df Add more dropdown doc 2017-07-24 13:02:15 +02:00
Jeremy Thomas
41f9392a93 Add dropdown description 2017-07-24 13:02:15 +02:00
Jeremy Thomas
06a392072b Add breakpoint containers 2017-07-24 13:02:15 +02:00
Jeremy Thomas
39a09d204a Add escape to close dropdowns 2017-07-24 13:02:15 +02:00
Jeremy Thomas
7b395a8ad8 Add dropdown button 2017-07-24 13:02:15 +02:00
Jeremy Thomas
3f8c12bfbb Add textarea rows example 2017-07-21 09:46:03 +02:00
Jeremy Thomas
8248e6a88f Update changelog 2017-07-21 09:42:57 +02:00
Jeremy Thomas
0b3a214aaf Optimise breakpoint order 2017-07-21 09:32:06 +02:00
Jeremy Thomas
9666c32c62 Fix #887 2017-07-19 23:08:40 +01:00
Jeremy Thomas
c526e48b5c Add extensions 2017-07-19 22:52:22 +01:00
Jeremy Thomas
236e3981e1 Fix form doc links 2017-07-17 19:46:53 +01:00
Jeremy Thomas
15ac353b38 Add checkbox and radio 2017-07-17 19:46:53 +01:00
Jeremy Thomas
fcca456bac Add select 2017-07-17 19:46:53 +01:00
Jeremy Thomas
cbff2d4f60 Add textarea docs 2017-07-17 19:46:53 +01:00
Jeremy Thomas
d18286f6ca Add form input doc 2017-07-17 19:46:53 +01:00
Jeremy Thomas
48f0de2062 Fix #715 2017-07-17 19:46:53 +01:00
Jeremy Thomas
bb8ef7c140 Fix form html 2017-07-17 19:46:53 +01:00
Jeremy Thomas
3506d964ec Fix #841, Fix #842 2017-07-16 19:44:49 +01:00
Luc Perkins
2444c7ba2c Fix small syntax issue in navbar doc (#843)
This isn't a major issue but it does break any HTML that it's copy/pasted into
2017-07-16 19:17:51 +01:00
Israel Roldan
d1bb670cb3 Fix obsolete references to nav- components (#869) 2017-07-15 15:42:26 +01:00
Jeremy Thomas
fccdedc66b Fix #861 2017-07-13 19:44:35 +01:00
Jeremy Thomas
8137c801e9 Fix #856 2017-07-11 22:19:06 +01:00
Moritz Schramm
13b730934e Changing 'navbar-brand' to 'navbar' (#838)
navbar-menu can't be direct child and sibling of navbar-brand at the same time
2017-07-07 09:06:03 +01:00
Jeremy Thomas
27d4de4c13 Fix #821 2017-07-05 21:27:23 +01:00
Jeremy Thomas
96ed9c0cfd Deploy 0.4.3 2017-07-05 21:15:34 +01:00
Jeremy Thomas
0382506bde Fix #827 2017-07-03 00:17:42 +01:00
Jeremy Thomas
1dce18a658 Add underscore sass 2017-07-02 23:49:54 +01:00
Jeremy Thomas
0970a50595 Revert red 2017-07-02 23:44:58 +01:00
Jeremy Thomas
0abecdd777 Fix hover/active states on desktop 2017-07-02 23:39:08 +01:00
Jeremy Thomas
09ca2efe62 Fix hover/active states 2017-07-02 23:20:04 +01:00
Jeremy Thomas
45a31d7b86 Add navbar documentation 2017-07-02 22:07:30 +01:00
Jeremy Thomas
d5372f08af Add highlight 2017-07-02 17:34:44 +01:00
Jeremy Thomas
270d37d2d4 Merge branch 'feature/navbar' of github.com:jgthms/bulma into feature/navbar 2017-07-02 17:00:54 +01:00
Jeremy Thomas
43b034e0af Add navbar component, Fix JS highlight 2017-07-02 16:52:20 +01:00
Jeremy Thomas
6fe8ce9795 Add navbar description 2017-07-01 20:50:05 +01:00
Jeremy Thomas
5e644d861e Add babel 2017-07-01 18:30:39 +01:00
Jeremy Thomas
082d05c8df Add dropdown options 2017-06-30 23:47:22 +01:00
Jeremy Thomas
962c9224ad Add dropdown 2017-06-30 23:21:54 +01:00
Jeremy Thomas
691021082b Init navbar 2017-06-30 23:21:54 +01:00
Jeremy Thomas
01390a30c0 Fix #824 2017-06-30 23:20:55 +01:00
Jeremy Thomas
a4a146468d Add dropdown 2017-06-30 23:16:22 +01:00
Jeremy Thomas
02a3b1f7fe Init navbar 2017-06-30 22:34:13 +01:00
Jeremy Thomas
5708094de0 Add logo dimensions 2017-06-29 08:07:08 +01:00
Jeremy Thomas
2f02d7fe43 Fix CDN 2017-06-29 08:02:23 +01:00
Jeremy Thomas
997042ba8e Fix #820 2017-06-27 22:57:13 +01:00
Jeremy Thomas
b8a7ab2aa3 Fix #819 2017-06-27 22:18:07 +01:00
Vinicius Albano
fe9d971c7f Add new feature: Breadcrumb component (#632)
* Add breadcrumb component

* Change breadcrumb component structure

* Remove flex-wrap from breadcrumb component
2017-06-27 21:29:15 +01:00
Jeremy Thomas
409ee9a879 Update dependencies 2017-06-25 01:42:16 +01:00
Jeremy Thomas
254e54bf37 Fix #790 2017-06-25 00:24:37 +01:00
Andrew Heuermann
407a1a30fb Adding 'is-hidden' to helpers in docs (#798) 2017-06-25 00:19:27 +01:00
lorin
2e1a0ee657 Add figure/figcaption as content element (#807) 2017-06-25 00:19:19 +01:00
lorin
63c80625be Add <sup> and <sub> support to content (#808)
* add sup and sub support to content

* tweak, add subscript example
2017-06-25 00:18:52 +01:00
Jeremy Thomas
204bed5185 Fix #391 2017-06-07 20:55:55 +01:00
Jeremy Thomas
243880f004 Deploy 0.4.2 2017-05-28 16:20:19 +01:00
Jeremy Thomas
eb3fd3bc66 Fix #759 2017-05-28 16:07:29 +01:00
Jeremy Thomas
c7d4f806de Fix #712 2017-05-28 15:35:14 +01:00
Jeremy Thomas
73df49af54 Fix #702 2017-05-28 14:29:07 +01:00
Jeremy Thomas
34dd736075 Fix #747 2017-05-28 14:29:07 +01:00
Jeremy Thomas
c8bdc8443c Explain findColorInvert 2017-05-28 14:29:07 +01:00
Jeremy Thomas
446bcfb777 Fix #728 2017-05-28 14:28:09 +01:00
Jeremy Thomas
a3748c5cac Fix #767 2017-05-28 13:47:12 +01:00
Gary Bell
f2ac97a758 Fix syntax issue with the docs scss file by removing a semi-colon. This brings it in line with the style buide in .github/CONTRIBUTING.md (#758) 2017-05-27 21:06:13 +01:00
Jeremy Thomas
4a8a429c64 Fix #744 2017-05-27 21:05:05 +01:00
Khaled Ahmed
7ca98ff021 Document is-grouped alignment (#685)
`is-grouped` can be aligned like `has-addons` using modifiers, but it's not documented.
2017-05-20 17:59:53 +01:00
Camilo (Dimitri) Polymeris
9911cf13ae Update level.html (#700)
Clarify that level-left is required for level-right to work
2017-05-20 17:59:29 +01:00
Jeremy Thomas
ef763d520d Explain findColorInvert 2017-05-05 13:04:16 +01:00
Philip I. Thomas
4570860057 fix misspelled word (#713) 2017-05-01 10:48:52 +01:00
Mike Ralphson
4708fe84fd Docs; fix typo
s/remaing/remaining/
2017-04-25 15:21:28 +01:00
Jeremy Thomas
c21948e813 Push 0.4.1 2017-04-23 19:02:04 +01:00
Jeremy Thomas
6967d789d5 Fix #249 2017-04-15 22:13:13 +01:00
Jeremy Thomas
f04209dda0 Fix columns spacing 2017-04-15 21:48:33 +01:00
Jeremy Thomas
da1282bdb3 Fix #399 2017-04-15 18:15:00 +01:00
Jeremy Thomas
347297f58a Fix #449 2017-04-15 18:02:28 +01:00
Jeremy Thomas
59db507cf8 Fix nav overflow 2017-04-15 17:54:47 +01:00
Jeremy Thomas
3534149fa0 Fix #187 2017-04-15 17:24:01 +01:00
Jeremy Thomas
ab286400d1 Fix #442 2017-04-15 17:08:30 +01:00
Jeremy Thomas
250dfd1c39 Remove deprecated has-icon 2017-04-15 16:02:51 +01:00
Jeremy Thomas
fe3f98b732 Fix #479 2017-04-15 16:02:51 +01:00
Jeremy Thomas
17de5fb78f Add has-icons modifier 2017-04-15 16:02:51 +01:00
Jeremy Thomas
656c7faedd Fix bsa 2017-04-15 14:56:14 +01:00
Jeremy Thomas
79d5ab6b70 Fix #676 2017-04-15 14:51:59 +01:00
Jeremy Thomas
ea8b26ed12 Fix #584, Fix #571 2017-04-13 01:11:54 +01:00
Jeremy Thomas
2ee921aa91 Build docs css 2017-04-13 00:39:04 +01:00
Jeremy Thomas
9feff3d821 Fix #637 2017-04-13 00:39:04 +01:00
Jeremy Thomas
1e4f2bd67b Fix wrong content 2017-04-12 22:48:11 +01:00
Max Stritzinger
364da98dbd Remove incorrect/unclear documentation 2017-04-10 13:40:23 +01:00
Jeremy Thomas
391d373d30 Fix #458 2017-04-02 17:38:12 +01:00
Jeremy Thomas
25baedb8f3 Fix #605 2017-04-02 17:24:16 +01:00
Jeremy Thomas
410fd187be Fix #512 2017-04-02 17:21:54 +01:00
Jeremy Thomas
ca20384d9e Fix #581 2017-04-02 17:20:41 +01:00
Jeremy Thomas
8ab3a9f972 Fix #506 2017-04-02 17:18:20 +01:00
Jeremy Thomas
ea353d4fc1 Fix #484 2017-04-02 17:12:14 +01:00
Jeremy Thomas
a8a468a8d8 Fix #565, Fix #389 2017-04-02 14:55:37 +01:00
Jeremy Thomas
e1f8e9ba1f Fix #578 2017-04-02 14:41:00 +01:00
Jeremy Thomas
2452a69aa7 Feature #586, Fix #537 2017-04-02 14:18:34 +01:00
Jeremy Thomas
ab6bf8e177 Fix #607 2017-04-02 14:06:08 +01:00
Jeremy Thomas
15122898b5 Fix 616 2017-04-02 13:43:07 +01:00
William Correa
83fbc6eb10 docker-compose file
Changes to be committed:
  new file:   docs/docker-compose.yml
2017-04-01 13:39:17 +01:00
Jeremy Thomas
b4e90e87cc Add callout 2017-04-01 13:32:07 +01:00
Jeremy Thomas
f49f8d6a22 Fix disabled controls, Fix disabled pagination 2017-04-01 13:32:07 +01:00
Jeremy Thomas
2c6aabcde7 Fix disabled buttons 2017-04-01 13:32:07 +01:00
Jeremy Thomas
ff2a561c7e Fix #272 2017-03-31 21:36:41 +01:00
Jürgen van Dijk
fb866439ef Include Bulma's initial variables 2017-03-26 18:02:23 +01:00
Edgar Toll
17edc4fc89 add a hint how to use the nav-toggle to be responsive 2017-03-26 17:55:03 +01:00
Mathias Rasmussen
544be68fe1 Update generic.sass link 2017-03-26 17:44:43 +01:00
Jeremy Thomas
d50724b3cf Fix #568 2017-03-26 17:28:29 +01:00
siberoloji
c0659517ee Update content.html
</ul> 
end tag is not necessary in capture example section.
2017-03-22 09:59:07 +00:00
Kier Borromeo
123d175899 Fix verb tense 2017-03-17 00:55:47 +00:00
Jeremy Thomas
3590dc18aa Fix #569 2017-03-17 00:16:23 +00:00
Jeremy Thomas
ad283d8264 Add like button 2017-03-15 23:11:02 +00:00
Jeremy Thomas
35a488031e Deploy 0.4.0 2017-03-15 22:14:42 +00:00
Jeremy Thomas
292faa1586 Explain fullhd container 2017-03-15 22:14:42 +00:00