Commit Graph

1835 Commits

Author SHA1 Message Date
Jeremy Thomas
155f8442e0 Push 0.0.18 2016-04-10 17:25:27 +01:00
Jeremy Thomas
ac20529d74 Add global hidden helper 2016-04-10 17:21:19 +01:00
Jeremy Thomas
4b6d786620 Fix grid style, Fix gapless columns 2016-04-10 17:09:34 +01:00
Jeremy Thomas
af08eee0f2 Fix layout code style 2016-04-10 16:56:27 +01:00
Jeremy Thomas
0dbb77c215 Fix components code style 2016-04-10 16:27:27 +01:00
Jeremy Thomas
560a15eda1 Fix code styling, Fix helpers 2016-04-10 16:00:32 +01:00
Marek Grzybek
45883e5f67 Add Bower to README install instructions 2016-04-03 12:14:11 +02:00
Jeremy Thomas
c22e514a84 Build v0.0.17 2016-03-26 17:37:52 +00:00
Jeremy Thomas
8d25662e46 Fix horizontal centering 2016-03-26 17:28:43 +00:00
Jeremy Thomas
6b2bb1c642 Merge branch 'master' of github.com:jgthms/bulma
Conflicts:
	bulma/layout/header.sass
2016-03-26 17:26:53 +00:00
Jeremy Thomas
3f2b10a3d2 Merge pull request #135 from lostm1nd/header-item-IE
Fixes #131: header items broken on IE11
2016-03-26 17:16:15 +00:00
Jeremy Thomas
bbeb4ad924 Merge pull request #124 from Chariyski/fix-pre-commit-hook
Add commit amend to pre-push hook
2016-03-26 17:12:24 +00:00
Jeremy Thomas
9228455b09 Use inline flex for buttons, Fix progress bars, Remove display helpers 2016-03-26 17:12:13 +00:00
Jeremy Thomas
fdb9800652 Add progress bars 2016-03-26 16:46:15 +00:00
Jeremy Thomas
2a5e1149fe Add link button 2016-03-26 15:38:33 +00:00
Jeremy Thomas
7675f7b522 Add pagination 2016-03-26 14:12:36 +00:00
Jeremy Thomas
42b7aaf26a Add card header, Add button group, Add menu 2016-03-26 12:32:09 +00:00
Jeremy Thomas
39073e8cf0 Add panel, Rename menu 2016-03-25 13:38:40 +00:00
Deyan Yanakiev
66f470a2d4 Fixes #131: header items broken on IE11
When using the shorthand property on .header-item
the flex-basis is set to 0px in IE11

Signed-off-by: Deyan Yanakiev <kliomba@abv.bg>
2016-03-24 15:47:06 +02:00
Krasimir Chariyski
bcef638737 Add commit amend to pre-push hook 2016-03-15 14:53:43 +02:00
Jeremy Thomas
d8583d7f26 Update readme 2016-03-09 22:10:26 +00:00
Jeremy Thomas
73c1a70e91 Build version 0.0.16 2016-02-27 15:47:09 +00:00
Jeremy Thomas
0f5703631a Add title weight variables, Add breakpoint variables, Remove card-image 2016-02-27 15:46:05 +00:00
Jeremy Thomas
808c49b604 Merge branch 'feature/new-header' 2016-02-27 13:35:02 +00:00
Jeremy Thomas
a6c8fdb084 Merge pull request #104 from tsq/master
Add not-allow tip
2016-02-27 13:30:21 +00:00
Jeremy Thomas
354cecb05f Add normal header, Fix hero colors 2016-02-27 13:29:54 +00:00
tsq
f93db5e5ab Remove the semi-colon and rebuild 2016-02-25 17:39:36 +08:00
tangshiqiang
b12da23805 Add not-allow tip
Add not-allow tip When the input is disabled
2016-02-25 16:07:11 +08:00
Jeremy Thomas
b1156abcd1 Merge pull request #96 from BlueAccords/patch-1
Fixed link to documentation in README.md
2016-02-22 22:26:07 +00:00
Ryan
452e2e98ca Fixed link to documentation in README.md
documentation link was pointing to http://bulma.io/documentation/overview/ which gave a 404 error instead of http://bulma.io/documentation/overview/start which I guess was changed to be the new overview page at some point.
2016-02-22 12:20:54 -08:00
Jeremy Thomas
5347cc411b Build 0.0.15 2016-02-21 22:48:11 +00:00
Jeremy Thomas
5e35a750a0 Add control colors, Add titles em, Add centered grid, Remove header-center 2016-02-21 22:46:02 +00:00
Jeremy Thomas
d34d66c4d2 Build 0.0.14 2016-02-14 22:15:05 +00:00
Jeremy Thomas
85e8d67658 Push 0.0.14 2016-02-14 22:10:40 +00:00
Jeremy Thomas
4413d760e9 Add modals, Add block, Add has modifier 2016-02-14 22:10:05 +00:00
Jeremy Thomas
f1838e993a Merge pull request #41 from PuerkitoBio/master
fix is-withicon when used with is-grouped on controls
2016-02-14 11:40:46 +00:00
Jeremy Thomas
7541342af8 Merge pull request #75 from wolfika/add-editorconfig
Add .editorconfig to maintain code style consistency
2016-02-14 11:39:01 +00:00
Máté Farkas
24e8669489 Ignore .idea folder created by JetBrains IDEs 2016-02-14 11:56:45 +01:00
Máté Farkas
85e7f1f7db Add editorconfig file to maintain code style consistency 2016-02-14 11:56:40 +01:00
Martin Angers
2ce48ec4db rebuild css 2016-02-13 17:31:08 -05:00
Martin Angers
a52774ed48 use & > .fa to prevent is-withicon bleedthrough 2016-02-13 17:21:44 -05:00
Martin Angers
bb088f097b Merge branch 'master' of github.com:jgthms/bulma 2016-02-13 17:17:11 -05:00
Jeremy Thomas
decfd855eb Push version 0.0.13 2016-02-13 20:15:33 +00:00
Jeremy Thomas
65ab35064b Use autoprefixer 2016-02-13 20:13:35 +00:00
Jeremy Thomas
e019b0d217 Build with images 2016-02-13 18:59:47 +00:00
Jeremy Thomas
04f8c285b1 Fix imports, Add images, Add fluid container 2016-02-13 18:59:09 +00:00
Jeremy Thomas
29346f88fe Add grid offsets 2016-02-13 16:16:17 +00:00
Martin Angers
70a8dd8b64 Merge branch 'master' of github.com:jgthms/bulma 2016-02-09 19:52:50 -05:00
Jeremy Thomas
0a5e43e49d Push version 0.0.12 2016-02-09 17:19:49 +01:00
Jeremy Thomas
7d42ce7596 Add content sizes, Fix columns margin, Update code color, Fix titles margin 2016-02-09 12:36:14 +01:00