[PATCH htdocs 1/2] add meta viewport settings for mobile devices
Carlos O'Donell
carlos@redhat.com
Fri Feb 16 19:35:09 GMT 2024
On 12/19/23 22:14, Mike Frysinger wrote:
> This makes pages more readable by default on mobile devices.
LGTM. Applied.
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
> ---
> bugs.html | 1 +
> documentation.html | 1 +
> index.html | 1 +
> involved.html | 1 +
> security.html | 1 +
> sources.html | 1 +
> started.html | 1 +
> template.html | 1 +
> 8 files changed, 8 insertions(+)
>
> diff --git a/bugs.html b/bugs.html
> index 87d992165fec..bb7bccc00244 100644
> --- a/bugs.html
> +++ b/bugs.html
> @@ -3,6 +3,7 @@
> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
> <head>
> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
> + <meta name="viewport" content="width=device-width, initial-scale=1.0">
> <link rev="made" href="mailto:libc-alpha@sourceware.org" />
> <link rel="shortcut icon" href="favicon.ico" />
> <link rel="stylesheet" type="text/css" href="glibc.css" />
> diff --git a/documentation.html b/documentation.html
> index 8292ed8cfa11..8458f2e077f1 100644
> --- a/documentation.html
> +++ b/documentation.html
> @@ -3,6 +3,7 @@
> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
> <head>
> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
> + <meta name="viewport" content="width=device-width, initial-scale=1.0">
> <link rev="made" href="mailto:libc-alpha@sourceware.org" />
> <link rel="shortcut icon" href="favicon.ico" />
> <link rel="stylesheet" type="text/css" href="glibc.css" />
> diff --git a/index.html b/index.html
> index b4cefd882cbe..9b35d5f4d8c9 100644
> --- a/index.html
> +++ b/index.html
> @@ -3,6 +3,7 @@
> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
> <head>
> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
> + <meta name="viewport" content="width=device-width, initial-scale=1.0">
> <link rev="made" href="mailto:libc-alpha@sourceware.org" />
> <link rel="shortcut icon" href="favicon.ico" />
> <link rel="stylesheet" type="text/css" href="glibc.css" />
> diff --git a/involved.html b/involved.html
> index 62811e1936f2..b51a01681cf0 100644
> --- a/involved.html
> +++ b/involved.html
> @@ -3,6 +3,7 @@
> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
> <head>
> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
> + <meta name="viewport" content="width=device-width, initial-scale=1.0">
> <link rev="made" href="mailto:libc-alpha@sourceware.org" />
> <link rel="shortcut icon" href="favicon.ico" />
> <link rel="stylesheet" type="text/css" href="glibc.css" />
> diff --git a/security.html b/security.html
> index 4b71d68fdc9f..d0f56074282f 100644
> --- a/security.html
> +++ b/security.html
> @@ -3,6 +3,7 @@
> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
> <head>
> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
> + <meta name="viewport" content="width=device-width, initial-scale=1.0">
> <link rev="made" href="mailto:libc-alpha@sourceware.org" />
> <link rel="shortcut icon" href="favicon.ico" />
> <link rel="stylesheet" type="text/css" href="glibc.css" />
> diff --git a/sources.html b/sources.html
> index 49c5bd0da065..1341f2872a19 100644
> --- a/sources.html
> +++ b/sources.html
> @@ -3,6 +3,7 @@
> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
> <head>
> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
> + <meta name="viewport" content="width=device-width, initial-scale=1.0">
> <link rev="made" href="mailto:libc-alpha@sourceware.org" />
> <link rel="shortcut icon" href="favicon.ico" />
> <link rel="stylesheet" type="text/css" href="glibc.css" />
> diff --git a/started.html b/started.html
> index c37c4cc9f4ca..a962ef94e9dd 100644
> --- a/started.html
> +++ b/started.html
> @@ -3,6 +3,7 @@
> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
> <head>
> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
> + <meta name="viewport" content="width=device-width, initial-scale=1.0">
> <link rev="made" href="mailto:libc-alpha@sourceware.org" />
> <link rel="shortcut icon" href="favicon.ico" />
> <link rel="stylesheet" type="text/css" href="glibc.css" />
> diff --git a/template.html b/template.html
> index 64a63b50d3c7..ca3abc171170 100644
> --- a/template.html
> +++ b/template.html
> @@ -3,6 +3,7 @@
> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
> <head>
> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
> + <meta name="viewport" content="width=device-width, initial-scale=1.0">
> <link rev="made" href="mailto:libc-alpha@sourceware.org" />
> <link rel="shortcut icon" href="favicon.ico" />
> <link rel="stylesheet" type="text/css" href="glibc.css" />
--
Cheers,
Carlos.
More information about the Libc-alpha
mailing list