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/gun/1.0/manual | |
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/gun/1.0/manual')
-rw-r--r-- | docs/en/gun/1.0/manual/gun/index.html | 2 | ||||
-rw-r--r-- | docs/en/gun/1.0/manual/gun_app/index.html | 2 | ||||
-rw-r--r-- | docs/en/gun/1.0/manual/index.html | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/docs/en/gun/1.0/manual/gun/index.html b/docs/en/gun/1.0/manual/gun/index.html index 374c436c..08d28419 100644 --- a/docs/en/gun/1.0/manual/gun/index.html +++ b/docs/en/gun/1.0/manual/gun/index.html @@ -12,8 +12,6 @@ <title>Nine Nines: gun(3)</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"> diff --git a/docs/en/gun/1.0/manual/gun_app/index.html b/docs/en/gun/1.0/manual/gun_app/index.html index 6b67c24d..5996ecfb 100644 --- a/docs/en/gun/1.0/manual/gun_app/index.html +++ b/docs/en/gun/1.0/manual/gun_app/index.html @@ -12,8 +12,6 @@ <title>Nine Nines: gun(7)</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"> diff --git a/docs/en/gun/1.0/manual/index.html b/docs/en/gun/1.0/manual/index.html index 6a6abd8a..8ebe9d55 100644 --- a/docs/en/gun/1.0/manual/index.html +++ b/docs/en/gun/1.0/manual/index.html @@ -12,8 +12,6 @@ <title>Nine Nines: Gun Function Reference</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"> |