Skip to content

Commit 41dbcf9

Browse files
committed
docs: better README layout
1 parent c2170af commit 41dbcf9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ Major crates:
1111

1212
| Crate Name | Description | Docs |
1313
| ---------- | ----------- | ---- |
14-
| `float-pigment-css` | CSS parser. | [![docs.rs](https://img.shields.io/docsrs/float-pigment-css?style=flat-square)](https://docs.rs/float-pigment-css) |
15-
| `float-pigment-layout` | Layout engine which supports common CSS `display`, including `flex` `block` and `inline`. | [![docs.rs](https://img.shields.io/docsrs/float-pigment-layout?style=flat-square)](https://docs.rs/float-pigment-layout) |
16-
| `float-pigment-forest` | Tree implementation that works with `float-pigment-layout`. | [![docs.rs](https://img.shields.io/docsrs/float-pigment-forest?style=flat-square)](https://docs.rs/float-pigment-forest) |
17-
| `float-pigment` | The collection of all crates above, with C++ bindings. | [![docs.rs](https://img.shields.io/docsrs/float-pigment?style=flat-square)](https://docs.rs/float-pigment) |
14+
| <nobr>[float-pigment-css](https://crates.io/crates/float-pigment-css)</nobr> | CSS parser. | [![docs.rs](https://img.shields.io/docsrs/float-pigment-css?style=flat-square)](https://docs.rs/float-pigment-css) |
15+
| <nobr>[float-pigment-layout](https://crates.io/crates/float-pigment-layout)</nobr> | Layout engine which supports common CSS `display`, including `flex` `block` and `inline`. | [![docs.rs](https://img.shields.io/docsrs/float-pigment-layout?style=flat-square)](https://docs.rs/float-pigment-layout) |
16+
| <nobr>[float-pigment-forest](https://crates.io/crates/float-pigment-forest)</nobr> | Tree implementation that works with `float-pigment-layout`. | [![docs.rs](https://img.shields.io/docsrs/float-pigment-forest?style=flat-square)](https://docs.rs/float-pigment-forest) |
17+
| <nobr>[float-pigment](https://crates.io/crates/float-pigment)</nobr> | The collection of all crates above, with C++ bindings. | [![docs.rs](https://img.shields.io/docsrs/float-pigment?style=flat-square)](https://docs.rs/float-pigment) |
1818

1919

2020
## float-pigment-css

0 commit comments

Comments
 (0)