Scale down the font size and margins on headers on smaller devices.
The defaults cause the GDB title to take up most of the screen, and
then the links & page intro take up the rest. Scale down the font
so that it's still relatively larger, and tighten up the margins.
The content is still comfortably readable.
Similarly, tighten the spacing on lists -- the default can quickly
suck up horizontal space. The result is still clear how things are
broken up, but given more space for reading content.
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" type="image/x-icon" href="../images/archer-fish.ico" />
<meta name="keywords" content="gdb" />
-<link rel="stylesheet" href="../css/site.css?hash=54990fef3ff3855a54d10cd61077e249" />
+<link rel="stylesheet" href="../css/site.css?hash=614097a2f540bcea7761591655e598d6" />
<title>Bugs in GDB</title>
<p>Verbatim copying and distribution of this entire article is
permitted in any medium, provided this notice is preserved.</p>
-<p>Last modified 2023-12-19.</p>
+<p>Last modified 2023-12-22.</p>
</address>
</body>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" type="image/x-icon" href="../images/archer-fish.ico" />
<meta name="keywords" content="gdb" />
-<link rel="stylesheet" href="../css/site.css?hash=54990fef3ff3855a54d10cd61077e249" />
+<link rel="stylesheet" href="../css/site.css?hash=614097a2f540bcea7761591655e598d6" />
<title>Code Of Conduct</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" type="image/x-icon" href="../images/archer-fish.ico" />
<meta name="keywords" content="gdb" />
-<link rel="stylesheet" href="../css/site.css?hash=54990fef3ff3855a54d10cd61077e249" />
+<link rel="stylesheet" href="../css/site.css?hash=614097a2f540bcea7761591655e598d6" />
<title>Code Of Conduct Committee</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" type="image/x-icon" href="../images/archer-fish.ico" />
<meta name="keywords" content="gdb" />
-<link rel="stylesheet" href="../css/site.css?hash=54990fef3ff3855a54d10cd61077e249" />
+<link rel="stylesheet" href="../css/site.css?hash=614097a2f540bcea7761591655e598d6" />
<title>Code Of Conduct Reporting Guide</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" type="image/x-icon" href="../images/archer-fish.ico" />
<meta name="keywords" content="gdb" />
-<link rel="stylesheet" href="../css/site.css?hash=54990fef3ff3855a54d10cd61077e249" />
+<link rel="stylesheet" href="../css/site.css?hash=614097a2f540bcea7761591655e598d6" />
<title>The Official FSF-appointed GDB Maintainers</title>
<p>Verbatim copying and distribution of this entire article is
permitted in any medium, provided this notice is preserved.</p>
-<p>Last modified 2023-12-19.</p>
+<p>Last modified 2023-12-22.</p>
</address>
</body>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" type="image/x-icon" href="../images/archer-fish.ico" />
<meta name="keywords" content="gdb" />
-<link rel="stylesheet" href="../css/site.css?hash=54990fef3ff3855a54d10cd61077e249" />
+<link rel="stylesheet" href="../css/site.css?hash=614097a2f540bcea7761591655e598d6" />
<title>GDB Release Manager</title>
<p>Verbatim copying and distribution of this entire article is
permitted in any medium, provided this notice is preserved.</p>
-<p>Last modified 2023-12-19.</p>
+<p>Last modified 2023-12-22.</p>
</address>
</body>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" type="image/x-icon" href="../images/archer-fish.ico" />
<meta name="keywords" content="gdb" />
-<link rel="stylesheet" href="../css/site.css?hash=54990fef3ff3855a54d10cd61077e249" />
+<link rel="stylesheet" href="../css/site.css?hash=614097a2f540bcea7761591655e598d6" />
<title>Contributing to GDB</title>
<p>Verbatim copying and distribution of this entire article is
permitted in any medium, provided this notice is preserved.</p>
-<p>Last modified 2023-12-21.</p>
+<p>Last modified 2023-12-22.</p>
</address>
</body>
body {
background-color: #FFF;
color: #000;
+ margin: 0 0.5em 0 0.5em;
}
a:link {
img#archer-logo {
max-width: 25%;
}
+
+/* This is ~768px with 16pt font. */
+@media only screen and (max-width: 50em) {
+ h1 {
+ font-size: 1.5em;
+ }
+
+ h2 {
+ font-size: 1.3em;
+ }
+
+ h3 {
+ font-size: 1.1em;
+ }
+
+ h1, h2, h3, h4 {
+ margin: 0.5em 0 0.5em 0;
+ }
+}
+
+/* This is ~480px with 16pt font. */
+@media only screen and (max-width: 30em) {
+ h1 {
+ font-size: 1.3em;
+ }
+
+ h2 {
+ font-size: 1.2em;
+ }
+
+ ul {
+ padding-left: 1em;
+ }
+
+ dd {
+ margin-left: 1em;
+ }
+
+ /* How many spaces-per-tab. */
+ pre {
+ tab-size: 4;
+ }
+}
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" type="image/x-icon" href="../images/archer-fish.ico" />
<meta name="keywords" content="gdb" />
-<link rel="stylesheet" href="../css/site.css?hash=54990fef3ff3855a54d10cd61077e249" />
+<link rel="stylesheet" href="../css/site.css?hash=614097a2f540bcea7761591655e598d6" />
<title>Current GDB</title>
<p>Verbatim copying and distribution of this entire article is
permitted in any medium, provided this notice is preserved.</p>
-<p>Last modified 2023-12-19.</p>
+<p>Last modified 2023-12-22.</p>
</address>
</body>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" type="image/x-icon" href="../images/archer-fish.ico" />
<meta name="keywords" content="gdb" />
-<link rel="stylesheet" href="../css/site.css?hash=54990fef3ff3855a54d10cd61077e249" />
+<link rel="stylesheet" href="../css/site.css?hash=614097a2f540bcea7761591655e598d6" />
<title>GDB Documentation</title>
<p>Verbatim copying and distribution of this entire article is
permitted in any medium, provided this notice is preserved.</p>
-<p>Last modified 2023-12-19.</p>
+<p>Last modified 2023-12-22.</p>
</address>
</body>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" type="image/x-icon" href="../images/archer-fish.ico" />
<meta name="keywords" content="gdb" />
-<link rel="stylesheet" href="../css/site.css?hash=54990fef3ff3855a54d10cd61077e249" />
+<link rel="stylesheet" href="../css/site.css?hash=614097a2f540bcea7761591655e598d6" />
<title>Download GDB</title>
<p>Verbatim copying and distribution of this entire article is
permitted in any medium, provided this notice is preserved.</p>
-<p>Last modified 2023-12-19.</p>
+<p>Last modified 2023-12-22.</p>
</address>
</body>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" type="image/x-icon" href="images/archer-fish.ico" />
<meta name="keywords" content="gdb" />
-<link rel="stylesheet" href="css/site.css?hash=54990fef3ff3855a54d10cd61077e249" />
+<link rel="stylesheet" href="css/site.css?hash=614097a2f540bcea7761591655e598d6" />
<title>GDB: The GNU Project Debugger</title>
<p>Verbatim copying and distribution of this entire article is
permitted in any medium, provided this notice is preserved.</p>
-<p>Last modified 2023-12-19.</p>
+<p>Last modified 2023-12-22.</p>
</address>
</body>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" type="image/x-icon" href="../images/archer-fish.ico" />
<meta name="keywords" content="gdb" />
-<link rel="stylesheet" href="../css/site.css?hash=54990fef3ff3855a54d10cd61077e249" />
+<link rel="stylesheet" href="../css/site.css?hash=614097a2f540bcea7761591655e598d6" />
<title>The GDB IRC Channel</title>
<p>Verbatim copying and distribution of this entire article is
permitted in any medium, provided this notice is preserved.</p>
-<p>Last modified 2023-12-19.</p>
+<p>Last modified 2023-12-22.</p>
</address>
</body>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" type="image/x-icon" href="../images/archer-fish.ico" />
<meta name="keywords" content="gdb" />
-<link rel="stylesheet" href="../css/site.css?hash=54990fef3ff3855a54d10cd61077e249" />
+<link rel="stylesheet" href="../css/site.css?hash=614097a2f540bcea7761591655e598d6" />
<title>Sites and links related to GDB</title>
<p>Verbatim copying and distribution of this entire article is
permitted in any medium, provided this notice is preserved.</p>
-<p>Last modified 2023-12-19.</p>
+<p>Last modified 2023-12-22.</p>
</address>
</body>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" type="image/x-icon" href="../images/archer-fish.ico" />
<meta name="keywords" content="gdb" />
-<link rel="stylesheet" href="../css/site.css?hash=54990fef3ff3855a54d10cd61077e249" />
+<link rel="stylesheet" href="../css/site.css?hash=614097a2f540bcea7761591655e598d6" />
<title>GDB Mailing Lists</title>
<p>Verbatim copying and distribution of this entire article is
permitted in any medium, provided this notice is preserved.</p>
-<p>Last modified 2023-12-19.</p>
+<p>Last modified 2023-12-22.</p>
</address>
</body>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" type="image/x-icon" href="../images/archer-fish.ico" />
<meta name="keywords" content="gdb" />
-<link rel="stylesheet" href="../css/site.css?hash=54990fef3ff3855a54d10cd61077e249" />
+<link rel="stylesheet" href="../css/site.css?hash=614097a2f540bcea7761591655e598d6" />
<title>GDB's Mascot?</title>
<p>Verbatim copying and distribution of this entire article is
permitted in any medium, provided this notice is preserved.</p>
-<p>Last modified 2023-12-19.</p>
+<p>Last modified 2023-12-22.</p>
</address>
</body>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" type="image/x-icon" href="../images/archer-fish.ico" />
<meta name="keywords" content="gdb" />
-<link rel="stylesheet" href="../css/site.css?hash=54990fef3ff3855a54d10cd61077e249" />
+<link rel="stylesheet" href="../css/site.css?hash=614097a2f540bcea7761591655e598d6" />
<title>GDB News</title>
<p>Verbatim copying and distribution of this entire article is
permitted in any medium, provided this notice is preserved.</p>
-<p>Last modified 2023-12-19.</p>
+<p>Last modified 2023-12-22.</p>
</address>
</body>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" type="image/x-icon" href="../images/archer-fish.ico" />
<meta name="keywords" content="gdb" />
-<link rel="stylesheet" href="../css/site.css?hash=54990fef3ff3855a54d10cd61077e249" />
+<link rel="stylesheet" href="../css/site.css?hash=614097a2f540bcea7761591655e598d6" />
<title>GDB and Reverse Debugging</title>
<p>Verbatim copying and distribution of this entire article is
permitted in any medium, provided this notice is preserved.</p>
-<p>Last modified 2023-12-19.</p>
+<p>Last modified 2023-12-22.</p>
</address>
</body>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" type="image/x-icon" href="../images/archer-fish.ico" />
<meta name="keywords" content="gdb" />
-<link rel="stylesheet" href="../css/site.css?hash=54990fef3ff3855a54d10cd61077e249" />
+<link rel="stylesheet" href="../css/site.css?hash=614097a2f540bcea7761591655e598d6" />
<title>Various GDB Papers</title>
<p>Verbatim copying and distribution of this entire article is
permitted in any medium, provided this notice is preserved.</p>
-<p>Last modified 2023-12-19.</p>
+<p>Last modified 2023-12-22.</p>
</address>
</body>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" type="image/x-icon" href="../images/archer-fish.ico" />
<meta name="keywords" content="gdb" />
-<link rel="stylesheet" href="../css/site.css?hash=54990fef3ff3855a54d10cd61077e249" />
+<link rel="stylesheet" href="../css/site.css?hash=614097a2f540bcea7761591655e598d6" />
<title>Release schedule for GDB</title>
<p>Verbatim copying and distribution of this entire article is
permitted in any medium, provided this notice is preserved.</p>
-<p>Last modified 2023-12-19.</p>
+<p>Last modified 2023-12-22.</p>
</address>
</body>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" type="image/x-icon" href="../images/archer-fish.ico" />
<meta name="keywords" content="gdb" />
-<link rel="stylesheet" href="../css/site.css?hash=54990fef3ff3855a54d10cd61077e249" />
+<link rel="stylesheet" href="../css/site.css?hash=614097a2f540bcea7761591655e598d6" />
<title>Sing along with GDB</title>
<p>Verbatim copying and distribution of this entire article is
permitted in any medium, provided this notice is preserved.</p>
-<p>Last modified 2023-12-19.</p>
+<p>Last modified 2023-12-22.</p>
</address>
</body>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" type="image/x-icon" href="../images/archer-fish.ico" />
<meta name="keywords" content="gdb" />
-<link rel="stylesheet" href="../css/site.css?hash=54990fef3ff3855a54d10cd61077e249" />
+<link rel="stylesheet" href="../css/site.css?hash=614097a2f540bcea7761591655e598d6" />
<title>GDB Talks and Lectures</title>
<p>Verbatim copying and distribution of this entire article is
permitted in any medium, provided this notice is preserved.</p>
-<p>Last modified 2023-12-19.</p>
+<p>Last modified 2023-12-22.</p>
</address>
</body>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" type="image/x-icon" href="../images/archer-fish.ico" />
<meta name="keywords" content="gdb" />
-<link rel="stylesheet" href="../css/site.css?hash=54990fef3ff3855a54d10cd61077e249" />
+<link rel="stylesheet" href="../css/site.css?hash=614097a2f540bcea7761591655e598d6" />
<title>GDB Test Farms</title>
<p>Verbatim copying and distribution of this entire article is
permitted in any medium, provided this notice is preserved.</p>
-<p>Last modified 2023-12-19.</p>
+<p>Last modified 2023-12-22.</p>
</address>
</body>