diff options
author | Loïc Hoguin <[email protected]> | 2018-12-13 11:37:53 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2018-12-13 11:37:53 +0100 |
commit | 1c5cc9550d33094e538019056f9deccfccaca740 (patch) | |
tree | b4050828586b44f0f7d6184752520f6d70206a18 /docs/en/gun/1.1/guide | |
parent | b4c7ad9112974725655e39dc7d2a5591da3a7e8e (diff) | |
download | ninenines.eu-1c5cc9550d33094e538019056f9deccfccaca740.tar.gz ninenines.eu-1c5cc9550d33094e538019056f9deccfccaca740.tar.bz2 ninenines.eu-1c5cc9550d33094e538019056f9deccfccaca740.zip |
Fix CSS, I mistakenly removed more from it than I should have!
Diffstat (limited to 'docs/en/gun/1.1/guide')
-rw-r--r-- | docs/en/gun/1.1/guide/connect/index.html | 2 | ||||
-rw-r--r-- | docs/en/gun/1.1/guide/http/index.html | 2 | ||||
-rw-r--r-- | docs/en/gun/1.1/guide/index.html | 2 | ||||
-rw-r--r-- | docs/en/gun/1.1/guide/introduction/index.html | 2 | ||||
-rw-r--r-- | docs/en/gun/1.1/guide/migrating_from_1.0/index.html | 2 | ||||
-rw-r--r-- | docs/en/gun/1.1/guide/protocols/index.html | 2 | ||||
-rw-r--r-- | docs/en/gun/1.1/guide/start/index.html | 2 | ||||
-rw-r--r-- | docs/en/gun/1.1/guide/websocket/index.html | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/docs/en/gun/1.1/guide/connect/index.html b/docs/en/gun/1.1/guide/connect/index.html index 7456329e..0cf277e7 100644 --- a/docs/en/gun/1.1/guide/connect/index.html +++ b/docs/en/gun/1.1/guide/connect/index.html @@ -10,7 +10,7 @@ <title>Nine Nines: Connection</title> <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'> - <link href="/css/99s.css?r=3" rel="stylesheet"> + <link href="/css/99s.css?r=4" rel="stylesheet"> <link rel="shortcut icon" href="/img/ico/favicon.ico"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="/img/ico/apple-touch-icon-114.png"> diff --git a/docs/en/gun/1.1/guide/http/index.html b/docs/en/gun/1.1/guide/http/index.html index bd08fa32..07e4f639 100644 --- a/docs/en/gun/1.1/guide/http/index.html +++ b/docs/en/gun/1.1/guide/http/index.html @@ -10,7 +10,7 @@ <title>Nine Nines: HTTP</title> <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'> - <link href="/css/99s.css?r=3" rel="stylesheet"> + <link href="/css/99s.css?r=4" rel="stylesheet"> <link rel="shortcut icon" href="/img/ico/favicon.ico"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="/img/ico/apple-touch-icon-114.png"> diff --git a/docs/en/gun/1.1/guide/index.html b/docs/en/gun/1.1/guide/index.html index d313e705..55b2cc78 100644 --- a/docs/en/gun/1.1/guide/index.html +++ b/docs/en/gun/1.1/guide/index.html @@ -10,7 +10,7 @@ <title>Nine Nines: Gun User Guide</title> <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'> - <link href="/css/99s.css?r=3" rel="stylesheet"> + <link href="/css/99s.css?r=4" rel="stylesheet"> <link rel="shortcut icon" href="/img/ico/favicon.ico"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="/img/ico/apple-touch-icon-114.png"> diff --git a/docs/en/gun/1.1/guide/introduction/index.html b/docs/en/gun/1.1/guide/introduction/index.html index 80d5c914..36a1f302 100644 --- a/docs/en/gun/1.1/guide/introduction/index.html +++ b/docs/en/gun/1.1/guide/introduction/index.html @@ -10,7 +10,7 @@ <title>Nine Nines: Introduction</title> <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'> - <link href="/css/99s.css?r=3" rel="stylesheet"> + <link href="/css/99s.css?r=4" rel="stylesheet"> <link rel="shortcut icon" href="/img/ico/favicon.ico"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="/img/ico/apple-touch-icon-114.png"> diff --git a/docs/en/gun/1.1/guide/migrating_from_1.0/index.html b/docs/en/gun/1.1/guide/migrating_from_1.0/index.html index f975bcbd..c3801cea 100644 --- a/docs/en/gun/1.1/guide/migrating_from_1.0/index.html +++ b/docs/en/gun/1.1/guide/migrating_from_1.0/index.html @@ -10,7 +10,7 @@ <title>Nine Nines: Migrating from Gun 1.0 to 1.1</title> <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'> - <link href="/css/99s.css?r=3" rel="stylesheet"> + <link href="/css/99s.css?r=4" rel="stylesheet"> <link rel="shortcut icon" href="/img/ico/favicon.ico"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="/img/ico/apple-touch-icon-114.png"> diff --git a/docs/en/gun/1.1/guide/protocols/index.html b/docs/en/gun/1.1/guide/protocols/index.html index 0dc8e3f2..c3250962 100644 --- a/docs/en/gun/1.1/guide/protocols/index.html +++ b/docs/en/gun/1.1/guide/protocols/index.html @@ -10,7 +10,7 @@ <title>Nine Nines: Supported protocols</title> <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'> - <link href="/css/99s.css?r=3" rel="stylesheet"> + <link href="/css/99s.css?r=4" rel="stylesheet"> <link rel="shortcut icon" href="/img/ico/favicon.ico"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="/img/ico/apple-touch-icon-114.png"> diff --git a/docs/en/gun/1.1/guide/start/index.html b/docs/en/gun/1.1/guide/start/index.html index f9092fa1..19f932b2 100644 --- a/docs/en/gun/1.1/guide/start/index.html +++ b/docs/en/gun/1.1/guide/start/index.html @@ -10,7 +10,7 @@ <title>Nine Nines: Starting and stopping</title> <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'> - <link href="/css/99s.css?r=3" rel="stylesheet"> + <link href="/css/99s.css?r=4" rel="stylesheet"> <link rel="shortcut icon" href="/img/ico/favicon.ico"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="/img/ico/apple-touch-icon-114.png"> diff --git a/docs/en/gun/1.1/guide/websocket/index.html b/docs/en/gun/1.1/guide/websocket/index.html index ce83c96b..6d155e66 100644 --- a/docs/en/gun/1.1/guide/websocket/index.html +++ b/docs/en/gun/1.1/guide/websocket/index.html @@ -10,7 +10,7 @@ <title>Nine Nines: Websocket</title> <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'> - <link href="/css/99s.css?r=3" rel="stylesheet"> + <link href="/css/99s.css?r=4" rel="stylesheet"> <link rel="shortcut icon" href="/img/ico/favicon.ico"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="/img/ico/apple-touch-icon-114.png"> |