diff options
Diffstat (limited to 'www')
| -rw-r--r-- | www/download/index.html | 2 | ||||
| -rw-r--r-- | www/examples/index.html | 2 | ||||
| -rw-r--r-- | www/index.html | 2 | ||||
| -rw-r--r-- | www/style-2.css (renamed from www/style.css) | 8 |
4 files changed, 10 insertions, 4 deletions
diff --git a/www/download/index.html b/www/download/index.html index b115244..01c4895 100644 --- a/www/download/index.html +++ b/www/download/index.html | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | <html lang="en"> | 2 | <html lang="en"> |
| 3 | <head> | 3 | <head> |
| 4 | <title> Download | Nissy </title> | 4 | <title> Download | Nissy </title> |
| 5 | <meta name="viewport" content="width=device-width" /> <link rel="stylesheet" type="text/css" href="/style.css"> | 5 | <meta name="viewport" content="width=device-width" /> <link rel="stylesheet" type="text/css" href="/style-3.css"> |
| 6 | <link rel="icon" href="/favicon.png"> | 6 | <link rel="icon" href="/favicon.png"> |
| 7 | <meta charset="utf-8"> | 7 | <meta charset="utf-8"> |
| 8 | </head> | 8 | </head> |
diff --git a/www/examples/index.html b/www/examples/index.html index 24eda85..517c251 100644 --- a/www/examples/index.html +++ b/www/examples/index.html | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | <html lang="en"> | 2 | <html lang="en"> |
| 3 | <head> | 3 | <head> |
| 4 | <title> Examples | Nissy </title> | 4 | <title> Examples | Nissy </title> |
| 5 | <meta name="viewport" content="width=device-width" /> <link rel="stylesheet" type="text/css" href="/style.css"> | 5 | <meta name="viewport" content="width=device-width" /> <link rel="stylesheet" type="text/css" href="/style-3.css"> |
| 6 | <link rel="icon" href="/favicon.png"> | 6 | <link rel="icon" href="/favicon.png"> |
| 7 | <meta charset="utf-8"> | 7 | <meta charset="utf-8"> |
| 8 | </head> | 8 | </head> |
diff --git a/www/index.html b/www/index.html index 0b7e67e..500952c 100644 --- a/www/index.html +++ b/www/index.html | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | <html lang="en"> | 2 | <html lang="en"> |
| 3 | <head> | 3 | <head> |
| 4 | <title> Nissy | Nissy </title> | 4 | <title> Nissy | Nissy </title> |
| 5 | <meta name="viewport" content="width=device-width" /> <link rel="stylesheet" type="text/css" href="/style.css"> | 5 | <meta name="viewport" content="width=device-width" /> <link rel="stylesheet" type="text/css" href="/style-3.css"> |
| 6 | <link rel="icon" href="/favicon.png"> | 6 | <link rel="icon" href="/favicon.png"> |
| 7 | <meta charset="utf-8"> | 7 | <meta charset="utf-8"> |
| 8 | </head> | 8 | </head> |
diff --git a/www/style.css b/www/style-2.css index 1487497..ec70635 100644 --- a/www/style.css +++ b/www/style-2.css | |||
| @@ -32,11 +32,17 @@ img { | |||
| 32 | max-width: 100%; | 32 | max-width: 100%; |
| 33 | } | 33 | } |
| 34 | 34 | ||
| 35 | pre, code { | 35 | code { |
| 36 | background-color: #eeeeee; | 36 | background-color: #eeeeee; |
| 37 | padding: 2px; | ||
| 38 | } | ||
| 39 | |||
| 40 | pre code { | ||
| 41 | padding: 0px; | ||
| 37 | } | 42 | } |
| 38 | 43 | ||
| 39 | pre { | 44 | pre { |
| 45 | background-color: #eeeeee; | ||
| 40 | border: 2px solid; | 46 | border: 2px solid; |
| 41 | padding: 6px; | 47 | padding: 6px; |
| 42 | } | 48 | } |
