diff --git a/css/style.css b/css/style.css index 6a4a3d8..c8186e7 100644 --- a/css/style.css +++ b/css/style.css @@ -80,12 +80,13 @@ button:focus { code, pre, details { - margin: 5px; + margin: 0px; cursor: default; font-family: "Andale", monospace; background-color: #dee2e6; color: #0b101a; display: block; + line-height: 0.8; } summary { diff --git a/examples.html b/examples.html index be6ecaf..8816b3e 100644 --- a/examples.html +++ b/examples.html @@ -13,6 +13,7 @@ + +

Examples

@@ -39,6 +41,7 @@

A basic extending list

+

Try a few of the built-in styles for extending lists!

@@ -59,6 +62,7 @@

Try a few of the built-in styles for extending lists!

+

Try community-made built-in styles for extending lists!

@@ -94,6 +98,7 @@

Try community-made built-in styles for extending lists!

Want to add your own theme to this list? Check out contributing.md

+

We also have built-in styles for extending lists! Special thanks to @basil08 for the contribution 🚀

@@ -116,6 +121,7 @@

We also have built-in styles for extending lists! Special thanks to

Want to add your own theme to this list? Check out contributing.md

+

Lists have an optional delete button that shows on hover

When not using the delete button, remove an item by double clicking it and clearing the text.

@@ -129,6 +135,7 @@

Lists have an optional delete button that shows on hover

+

ListExtender makes it easy to validate inputs

The following list accepts dates in the following formats: 2020-12-19, 12/19/2020, 19122020

@@ -146,6 +153,7 @@

ListExtender makes it easy to validate inputs

+

ListExtender allows for more complex validation as well!

The following list does not accept duplicate dates entries.

@@ -167,6 +175,7 @@

ListExtender allows for more complex validation as well!

+

It's easy to add items to the list!

Type text in the input box below, each word will be added to the list

@@ -190,6 +199,7 @@

It's easy to add items to the list!

+

It's easy to get items from the list!

The items given in the list are:

@@ -210,6 +220,7 @@

It's easy to get items from the list!

+

Make a simple completed todo list!

The items that you can set complete.