]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
web: Add padding to all pages.
authorAndre Noll <maan@tuebingen.mpg.de>
Sat, 6 Nov 2021 20:48:32 +0000 (21:48 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Thu, 10 Feb 2022 15:52:51 +0000 (16:52 +0100)
Wrap text paragraphs in <p>...</p> and increase the margin value for
the html body in the css file. This looks much better in firefox.

No change to the contents.

web/about.in.html
web/download.in.html
web/para.css

index f250192b0641daa338704d13d37977de42c9752c..f69a2f5731427abca94664c1808fdde2f3e37d7c 100644 (file)
@@ -1,8 +1,8 @@
 <h1>About</h1>
 <hr>
 
-Paraslash is a collection of network audio streaming tools for Unix
-systems. It is written in C and released under the GPLv2.
+<p> Paraslash is a collection of network audio streaming tools for
+Unix systems. It is written in C and released under the GPLv2. </p>
 
 <ul>
        <li> Runs on Linux, FreeBSD, NetBSD </li>
@@ -16,9 +16,11 @@ systems. It is written in C and released under the GPLv2.
        <li> Open source and well documented </li>
 </ul>
 
-<b> Author: </b> Andr&eacute; Noll,
-<a href="mailto:maan@tuebingen.mpg.de">maan@tuebingen.mpg.de</a>,
-Homepage: <a href="http://people.tuebingen.mpg.de/maan/">http://people.tuebingen.mpg.de/maan/</a>
-<br>
-Comments and bug reports are welcome. Please provide the version of
-paraslash you are using and relevant parts of the logs.
+<p> <b>Author:</b> Andre Noll, <a
+href="mailto:maan@tuebingen.mpg.de">maan@tuebingen.mpg.de</a>,
+Homepage: <a
+href="http://people.tuebingen.mpg.de/maan/">http://people.tuebingen.mpg.de/maan/</a>
+</p>
+
+<p> Comments and bug reports are welcome. Please provide the version
+of paraslash you are using and relevant parts of the logs. </p>
index b2b1f5fabbcc980cf852c1d5c5c177583ea693f9..2b31e5d76c7f9f7c348ba08f852dc6c5a5780f73 100644 (file)
@@ -1,8 +1,9 @@
 <h1>Download</h1>
 <hr>
 
-Paraslash is only available as source code, no binary packages are
-provided at this point. There are several ways to download the source:
+<p> Paraslash is only available as source code, no binary packages
+are provided at this point. There are several ways to download the
+source: </p>
 
 <ul>
        <li> <em> git</em>.
index 2a39ad96fc77834f0e20930d043d5a85f9a20483..bd5f1a102bd70ef371729da332ebd95b03774c2d 100644 (file)
@@ -5,7 +5,7 @@ body,h1,h2,h3,h4,h5,h6,p,center,td,th,ul,dl,div {
 body {
        background-color: black;
        color: #bbbbbb;
-       margin: 0px;
+       margin: 20px;
 }
 
 table {