summaryrefslogtreecommitdiffstats
diff options
-rw-r--r--docs.html1
-rw-r--r--download.html1
-rw-r--r--faq.html1
-rw-r--r--index.html1
-rw-r--r--info.html1
-rw-r--r--mailing.html1
-rw-r--r--newlib.css31
-rw-r--r--news.html1
8 files changed, 38 insertions, 0 deletions
diff --git a/docs.html b/docs.html
index a7fd3c9..b086b77 100644
--- a/docs.html
+++ b/docs.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>
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>
diff --git a/faq.html b/faq.html
index f5855ce..048166e 100644
--- a/faq.html
+++ b/faq.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>
diff --git a/index.html b/index.html
index 4bfbd06..4eeb1e8 100644
--- a/index.html
+++ b/index.html
@@ -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
diff --git a/info.html b/info.html
index 057148b..cb8f93e 100644
--- a/info.html
+++ b/info.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>
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>
diff --git a/newlib.css b/newlib.css
index af265d5..09d63ac 100644
--- a/newlib.css
+++ b/newlib.css
@@ -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}
diff --git a/news.html b/news.html
index d2e51a5..a0d8f42 100644
--- a/news.html
+++ b/news.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>