]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
web: Don't set border, cellpadding and cellspacing.
authorAndre Noll <maan@systemlinux.org>
Sat, 17 Aug 2013 18:19:37 +0000 (20:19 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 18 Aug 2013 17:47:53 +0000 (19:47 +0200)
It has (almost) no effect.

web/header.html
web/header2.html

index 4865678c4a2e068eeb0b6623a7e33fc37bb76a19..49963d5c6215c675794acc96c5e8efda5fdebb10 100644 (file)
@@ -8,7 +8,7 @@
        <link rel="shortcut icon" href="paraslash.ico">
 </head>
 <body>
-       <table border="0" cellpadding="10" cellspacing="0">
+       <table>
        <tr>
                <td>
                        <a href="/"><IMG SRC="paraslash.png" alt="paraslash" border="0"></a><BR>
index c67c94f89523982d1dd065e644be934fd5f73359..147f00984a10d5f003f868e91fb26e7c430509bd 100644 (file)
@@ -8,7 +8,7 @@
        <link rel="shortcut icon" href="../../paraslash.ico">
 </head>
 <body>
-       <table border="0" cellpadding="10" cellspacing="0">
+       <table>
        <tr>
                <td>
                        <a href="../..//"><IMG SRC="../../paraslash.png" alt="paraslash" border="0"></a><BR>