diff options
Diffstat (limited to 'manuals/haunt/Contributing.html')
-rw-r--r-- | manuals/haunt/Contributing.html | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/manuals/haunt/Contributing.html b/manuals/haunt/Contributing.html index 9d8475c..9890fa5 100644 --- a/manuals/haunt/Contributing.html +++ b/manuals/haunt/Contributing.html @@ -41,8 +41,31 @@ span.nolinebreak {white-space: nowrap} span.roman {font-family: initial; font-weight: normal} span.sansserif {font-family: sans-serif; font-weight: normal} ul.no-bullet {list-style: none} +@media (min-width: 1140px) { + body { + margin-left: 14rem; + margin-right: 4rem; + max-width: 52rem; + } +} + +@media (min-width: 800px) and (max-width: 1140px) { + body { + margin-left: 6rem; + margin-right: 4rem; + max-width: 52rem; + } +} + +@media (max-width: 800px) { + body { + margin: 1rem; + } +} + --> </style> +<link rel="stylesheet" type="text/css" href="https://dthompson.us/css/dthompson.css"> </head> @@ -55,6 +78,8 @@ Next: <a href="GNU-Free-Documentation-License.html" accesskey="n" rel="next">GNU <hr> <span id="Contributing-1"></span><h2 class="chapter">6 Contributing</h2> +<p>Send patches and bug reports to <a href="mailto:davet@gnu.org">davet@gnu.org</a>. +</p> |