forgot to save ._.

This commit is contained in:
Sofia 2017-10-06 20:33:40 +03:00
parent b4132f3a8e
commit c6b52dbc76
1 changed files with 8 additions and 8 deletions

View File

@ -4,12 +4,12 @@ The BotSym is a network existing in a universe created by [neon][neon] and [teas
It's purpose is to act as a mirror between that universe and ours, and as the "internet" of the BotSym universe. It's purpose is to act as a mirror between that universe and ours, and as the "internet" of the BotSym universe.
- [How to use it?](#how-to-use-it) - [How to use it?](#how-to-use-it)
- [`Navbars`](#Navbars) - [`Navbars`](#navbars)
- [`Boxes`](#Boxes) - [`Boxes`](#boxes)
- [`Lists`](#Lists) - [`Lists`](#lists)
- [`Forms`](#Forms) - [`Forms`](#forms)
- [Other helper-classes](#Other-helper-classes) - [Other helper-classes](#other-helper-classes)
- [Legal stuff?](#Legal-stuff) - [Legal stuff?](#legal-stuff)
## How to use it? ## How to use it?
Just include it in your html file with Just include it in your html file with
@ -85,7 +85,7 @@ The HTML in the image is as such
![box](images/list.png) ![box](images/list.png)
There are two kinds of lists in this style. The regular list and a button list. Both lists are created exactly like regular HTML lists, except for the button list you must add a class `button-list`. You can also make some or all of the buttons in this list into links by wrapping the text of the list-element in an `a`-tag. There are two kinds of lists in this style. The regular list and a button list. Both lists are created exactly like regular HTML lists, except for the button list you must add a class `button-list`. You can also make some or all of the buttons in this list into links by wrapping the text of the list-element in an `a`-tag.
This example also uses [boxes](#Boxes): This example also uses [boxes](#boxes):
```html ```html
<div class="box white inline width-50"> <div class="box white inline width-50">
<p><b>Regular list:</b></p> <p><b>Regular list:</b></p>
@ -117,7 +117,7 @@ Forms are a bit weirder to implement and it's different for all of them.
- `button` - `button`
A button is created regularly like a `button`-element is created. A button is created regularly like a `button`-element is created.
This example also uses [boxes](#Boxes) and [padding and no-select -helper-class](#Other-helper-classes): This example also uses [boxes](#boxes) and [padding and no-select -helper-class](#other-helper-classes):
```html ```html
<div class="box white width-100"> <div class="box white width-100">
<div class="padding-1"> <div class="padding-1">