Thomas Krug
5fbaeae0f3
Adds sup and sub to titles and subtitles ( #1343 )
...
* Adds sup and sub to titles and subtitles
* Changes sub and sup to 75% and makes them variables
* Merge .title and .subtitle variables
Merged the .title and .subtitle sub and sup variables into just one $title-sub-size and $title-sup-size
2017-11-07 15:53:13 +00:00
Jeremy Thomas
f17975d0ff
Fix media content overflow
2017-11-07 14:04:53 +00:00
Jeremy Thomas
a78f026f69
Fix Safari momentum translation
2017-11-07 14:03:21 +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
bc33ace128
Ignore versions subfolder
2017-11-06 13:42:09 +00:00
Jeremy Thomas
27c5e7bd57
Deploy 0.6.1
2017-11-06 13:27:13 +00:00
Jeremy Thomas
d97c69bdfa
Update love
2017-11-06 13:23:18 +00:00
Jeremy Thomas
7e94cbd35c
Add JS cache buster
2017-11-06 13:03:26 +00:00
Jeremy Thomas
5325878cb6
Remove fix top navbar toggle
2017-11-06 12:56:05 +00:00
Jeremy Thomas
0baa57de32
Rebuild docs css
2017-11-06 12:52:02 +00:00
Jeremy Thomas
52868df58b
Add fixed navbar blog post
2017-11-06 12:51:20 +00:00
Jeremy Thomas
f6642e8ebf
Add list of buttons blog post
2017-11-06 12:51:20 +00:00
Jeremy Thomas
d11b8d78ef
Fix scroll factor
2017-11-06 12:51:20 +00:00
Jeremy Thomas
74c413c378
Add scroll reveal
2017-11-06 12:51:20 +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
Jeremy Thomas
0e6e22e70a
Add navbar fixed classes
2017-11-06 12:51:20 +00:00
Jeremy Thomas
202c5996a4
Fix customize code
2017-11-06 12:39:36 +00:00
Jeremy Thomas
1913193aaf
Update changelog
2017-11-06 12:39:10 +00:00
Philip White
2fed27a83d
Allow is-selected class on <td> and <th> tags ( #1380 )
...
* Allow is-active class on <td> and <th> tags
* Fix incorrect selectors
2017-11-06 12:35:05 +00:00
jasonhld
79b3f39aa3
Update columns.sass ( #1356 )
...
SASS 3.5+ variable parsing compatibility allows only #{}
2017-11-06 12:30:31 +00:00
Tim MacDonald
c2fae7154b
Add is-empty
modifier to file upload ( #1383 )
...
* add classes
* add to changelog
2017-11-06 12:26:08 +00:00
Jeremy Thomas
e0d368748b
Add code requirements
2017-11-05 19:35:23 +00:00
Tim MacDonald
06cebdf921
Add is-centered|right
modifiers to .tags
( #1384 )
...
* add classes
* add to changelig
* move to appropriate place
* more specific margins
2017-11-05 14:09:36 +00:00
Jeremy Thomas
23636fd796
Fix #1414
2017-11-05 12:50:18 +00:00
Jeremy Thomas
c5b7a9b4f4
Update changelog
2017-11-05 12:50:17 +00:00
Seth Davis
3650493764
Update twitter profile photo. ( #1387 )
2017-11-04 19:47:11 +00:00
Hung Ton
efcdee6089
Fix typos in customize.html ( #1409 )
2017-11-04 19:30:03 +00:00
Hung Ton
0c5b3f9d94
Update customize.html ( #1408 )
...
For this customization to work, need to add more partial scss files as above
$addColors: (
"twitter":($twitter, $twitter-invert),
"linkedin": ($linkedin, $linkedin-invert),
"github": ($github, $github-invert)
)
$colors: map-merge($colors, $addColors)
Otherwise it failed in my sass build
2017-11-04 09:19:27 +00:00
e
61c7d810c1
Add button is-link html example ( #1390 )
2017-11-02 09:52:17 +00:00
Keith Stolte
c7c1a99afa
Addition of Sass Color Map to Customize Page ( #1394 )
...
* Addition of Sass Color Map to Customize Page
Added verbiage to Customization page to demonstrate how to add new colors to the color map.
Using this methodology allows for the dev to use `<i class="fa fa-github has-text-github"></i>` or use `is-github` in a class for a background.
* Change map-merge of $color to only merge once, Sass Complience
- Changed map-merge of $color to import from another map rather than adding each line individually.
- Made it Sass Compliant
Updating based on #1394 comments from @jgthms
2017-11-02 09:51:52 +00:00
Dog2puppy
ab77b207ba
Fix the last link under npm dependencies ( #1400 )
2017-11-01 21:24:31 +00:00
Sam Fry
a88fe572df
Highlighting important info in typography helper (bringing it to same as other parts of page) ( #1396 )
2017-11-01 09:34:35 +00:00
daniel
c609be03c3
Add Bulma Templates to related projects section in readme ( #1379 )
2017-10-28 20:27:29 +02:00
Donát Nagy
cddf8712b3
Add feature: is-expanded to navbar-item ( #1320 )
2017-10-26 12:12:25 +01:00
Elio Grieco
8792984f8e
Fix indentation bug for .is-one-fifth ( #1358 )
2017-10-23 15:31:43 +01:00
mdavid88
7e0019ae44
Fix for issue #963 . ( #1357 )
...
iOS <button> element's minimum width is dependant on its font-size, so the .delete width wasn't able to be as small as it's height, resulting in one arm of the X being longer than the other. font-size: 0 does the trick.
2017-10-22 23:28:41 +01:00
Rafee Memon
19773cdae7
Remove black line from progress bar in IE ( #1342 )
2017-10-22 16:51:18 +01:00
NixFifty
6f490f3451
Minor count update ( #1353 )
2017-10-22 15:46:37 +01:00
Rafee Memon
8724ea375d
Fix progress bar colors in IE ( #1334 )
2017-10-19 07:43:57 +01:00
Tim Kamanin
24ec3896d3
Adds Django Bulma to Related projects in Readme ( #1331 )
2017-10-19 06:44:53 +01:00
Jeremy Thomas
426249f36c
Add x-fifth documentation
2017-10-18 12:13:24 +01:00
Jeremy Thomas
30b53bf815
Update changelog
2017-10-18 11:50:16 +01:00
Naskalin
85d1a0c411
Fix #1235 , add one-fifth column ( #1247 )
...
* Update columns.sass
add one-fifth column
* add two-fifths three-fifths and four-fifths
* Update columns.html
update doc / columns
* Update CHANGELOG.md
update changes
* Support for five column grid
2017-10-18 11:49:33 +01:00
bstashio
78fc506e51
Replace hard coded value of body-background-color with white variable ( #1185 )
2017-10-18 11:33:45 +01:00
Jeremy Thomas
ff732c9aad
Improve hamburger alignment
2017-10-18 11:27:51 +01:00
Jeremy Thomas
4bc5180c80
Update changelog
2017-10-18 10:43:37 +01:00
Tim MacDonald
81609cd8c6
improve tag icon spacing ( #987 )
2017-10-18 10:39:34 +01:00