diff options
author | Loïc Hoguin <[email protected]> | 2017-05-24 15:07:07 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2017-05-24 15:07:07 +0200 |
commit | c0b81797444ef084a0847db1ea54f4e9bcaa16fe (patch) | |
tree | 53267fbb43dc6277d4043edf59a205e3024b7ff5 /docs/en/cowboy/2.0/guide/handlers | |
parent | 15175121fb32a9878dd8b015e93aec06c6a96f2a (diff) | |
download | ninenines.eu-c0b81797444ef084a0847db1ea54f4e9bcaa16fe.tar.gz ninenines.eu-c0b81797444ef084a0847db1ea54f4e9bcaa16fe.tar.bz2 ninenines.eu-c0b81797444ef084a0847db1ea54f4e9bcaa16fe.zip |
Clean up unused CSS rules
We don't load bootstrap.min.css anymore.
Diffstat (limited to 'docs/en/cowboy/2.0/guide/handlers')
-rw-r--r-- | docs/en/cowboy/2.0/guide/handlers/index.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/en/cowboy/2.0/guide/handlers/index.html b/docs/en/cowboy/2.0/guide/handlers/index.html index e9286388..ef7917b8 100644 --- a/docs/en/cowboy/2.0/guide/handlers/index.html +++ b/docs/en/cowboy/2.0/guide/handlers/index.html @@ -12,8 +12,6 @@ <title>Nine Nines: Handlers</title> <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'> - - <link href="/css/bootstrap.min.css" rel="stylesheet"> <link href="/css/99s.css" rel="stylesheet"> <link rel="shortcut icon" href="/img/ico/favicon.ico"> |