diff options
| -rw-r--r-- | docs.html | 1 | ||||
| -rw-r--r-- | download.html | 1 | ||||
| -rw-r--r-- | faq.html | 1 | ||||
| -rw-r--r-- | index.html | 1 | ||||
| -rw-r--r-- | info.html | 1 | ||||
| -rw-r--r-- | mailing.html | 1 | ||||
| -rw-r--r-- | newlib.css | 31 | ||||
| -rw-r--r-- | news.html | 1 | 
8 files changed, 38 insertions, 0 deletions
| @@ -1,5 +1,6 @@ | |||
| 1 | <html> | 1 | <html> | 
| 2 | <head> | 2 | <head> | 
| 3 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
| 3 | <link rel="stylesheet" href="newlib.css" /> | 4 | <link rel="stylesheet" href="newlib.css" /> | 
| 4 | </head> | 5 | </head> | 
| 5 | <body> | 6 | <body> | 
| diff --git a/download.html b/download.html index 448ee89..88cb836 100644 --- a/download.html +++ b/download.html | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | <html> | 1 | <html> | 
| 2 | <head> | 2 | <head> | 
| 3 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
| 3 | <link rel="stylesheet" href="newlib.css" /> | 4 | <link rel="stylesheet" href="newlib.css" /> | 
| 4 | </head> | 5 | </head> | 
| 5 | <body> | 6 | <body> | 
| @@ -1,5 +1,6 @@ | |||
| 1 | <html> | 1 | <html> | 
| 2 | <head> | 2 | <head> | 
| 3 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
| 3 | <link rel="stylesheet" href="newlib.css" /> | 4 | <link rel="stylesheet" href="newlib.css" /> | 
| 4 | </head> | 5 | </head> | 
| 5 | <body> | 6 | <body> | 
| @@ -2,6 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | <head> | 3 | <head> | 
| 4 | <title>The Newlib Homepage</title> | 4 | <title>The Newlib Homepage</title> | 
| 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
| 5 | <link rel="stylesheet" href="newlib.css" /> | 6 | <link rel="stylesheet" href="newlib.css" /> | 
| 6 | </head> | 7 | </head> | 
| 7 | 8 | ||
| @@ -1,5 +1,6 @@ | |||
| 1 | <html> | 1 | <html> | 
| 2 | <head> | 2 | <head> | 
| 3 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
| 3 | <link rel="stylesheet" href="newlib.css" /> | 4 | <link rel="stylesheet" href="newlib.css" /> | 
| 4 | </head> | 5 | </head> | 
| 5 | <body> | 6 | <body> | 
| diff --git a/mailing.html b/mailing.html index c0c2a92..ca860c1 100644 --- a/mailing.html +++ b/mailing.html | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | <html> | 1 | <html> | 
| 2 | <head> | 2 | <head> | 
| 3 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
| 3 | <link rel="stylesheet" href="newlib.css" /> | 4 | <link rel="stylesheet" href="newlib.css" /> | 
| 4 | </head> | 5 | </head> | 
| 5 | <body> | 6 | <body> | 
| @@ -69,3 +69,34 @@ body.main { | |||
| 69 | height: 100%; | 69 | height: 100%; | 
| 70 | width: 100%; | 70 | width: 100%; | 
| 71 | } | 71 | } | 
| 72 | |||
| 73 | /* This is ~768px with 16pt font. */ | ||
| 74 | @media only screen and (max-width: 50em) { | ||
| 75 | .main tr.top { | ||
| 76 | height: 70px; | ||
| 77 | } | ||
| 78 | |||
| 79 | .main td.left { | ||
| 80 | width: 100px; | ||
| 81 | } | ||
| 82 | } | ||
| 83 | |||
| 84 | /* This is ~480px with 16pt font. */ | ||
| 85 | @media only screen and (max-width: 30em) { | ||
| 86 | .main td.left { | ||
| 87 | width: 5%; | ||
| 88 | } | ||
| 89 | |||
| 90 | ul { | ||
| 91 | padding-left: 1em; | ||
| 92 | } | ||
| 93 | |||
| 94 | dd { | ||
| 95 | margin-left: 1em; | ||
| 96 | } | ||
| 97 | |||
| 98 | /* How many spaces-per-tab. */ | ||
| 99 | pre { | ||
| 100 | tab-size: 4; | ||
| 101 | } | ||
| 102 | } | ||
| @@ -1,5 +1,6 @@ | |||
| 1 | <html> | 1 | <html> | 
| 2 | <head> | 2 | <head> | 
| 3 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
| 3 | <link rel="stylesheet" href="newlib.css" /> | 4 | <link rel="stylesheet" href="newlib.css" /> | 
| 4 | </head> | 5 | </head> | 
| 5 | <body> | 6 | <body> | 
