Skip to content

Commit

Permalink
Merge pull request #11 from bluefantail/visual_and_layout_fixups
Browse files Browse the repository at this point in the history
Visual and layout fixups
  • Loading branch information
bluefantail authored Sep 23, 2021
2 parents d4e4cb5 + 950238d commit 1cfe985
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 14 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The list component is a simple vertical pattern for displaying data related to a

![image](https://user-images.githubusercontent.com/616368/133979030-296bea89-0537-40c9-82cd-93252eb81671.png)

[View demo & docs](https://bluefantail.github.io/bulma-list/)
[Documentation & examples](https://bluefantail.github.io/bulma-list/)

## Installation

Expand All @@ -25,7 +25,7 @@ This puts both the compiled css and the raw sass into the `node_modules` folder.

Depending on your needs you can then import either `bulma-list.css` or `bulma-list.sass` into your project after Bulma itself.

## Demo & documentation
## Documentation & examples
The documentation is built using a copy of Bulma's own Jekyll based system to keep as close as possible to the official style.

[View demo & docs](https://bluefantail.github.io/bulma-list/)
[Documentation & examples](https://bluefantail.github.io/bulma-list/)
2 changes: 1 addition & 1 deletion css/bulma-list.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/bulma-list.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/_includes/elements/improve-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<p class="has-text-grey-light">
<a class="is-pulled-right" href="{{ site.url }}/made-with-bulma/">
</a>
This page is <strong class="has-text-grey">open source</strong>.
This page is built using a copy of Bulma's own documentation template.
Noticed a typo? Or something unclear?
<br>
<a class="has-text-grey" href="https://github.com/jgthms/bulma/blob/master/docs/{{ page.path }}" style="border-bottom: 1px solid currentColor;">
<a class="has-text-grey" href="https://github.com/bluefantail/bulma-list/blob/main/docs/index.html" target="_blank" style="border-bottom: 1px solid currentColor;">
Improve this page on GitHub
</a>
</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/css/bulma-list.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1cfe985

Please sign in to comment.