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
0e869c8426
Add Ionicons
2017-09-11 19:59:51 +01:00
Jeremy Thomas
83892a21e3
Navbar colors docs
2017-09-11 19:59:51 +01:00
Jeremy Thomas
8091c23fae
Fix #331
2017-09-11 19:59:51 +01:00
Jeremy Thomas
cec282634e
Fix #395 , Fix #735 , Fix #930
2017-09-11 19:59:51 +01:00
Wikiki
ac533a21c1
Feature/typo weight modifier ( #1171 )
...
* Update new steps extension image size
* Add text weight modifiers + update doc
2017-09-10 16:34:08 +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
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
d12596acf2
Fix #1106
2017-09-05 14:11:39 +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
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
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
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
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
cd2f886df2
Add bd classes
2017-08-14 13:01:07 +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
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
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
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
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
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
e98c98c6fd
Fix container docs
2017-08-01 21:05:10 +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
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