More trailing whilespace removal

This commit is contained in:
Gregory Nutt 2014-04-13 16:24:28 -06:00
parent 7d961b6c93
commit b9cf7acb1a
285 changed files with 769 additions and 769 deletions

View file

@ -62,7 +62,7 @@ ROOTDEPPATH = --dep-path .
# Common build
VPATH =
VPATH =
all: .built
.PHONY: clean depend distclean

View file

@ -2,7 +2,7 @@
<html>
<head>
<title>Welcome to the uIP web server!</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body bgcolor="#fffeec" text="black">
@ -12,5 +12,5 @@
<div class="menubox"><a href="stats.shtml">Network statistics</a></div>
<br>
</div>
<div class="contentblock">

View file

@ -1,10 +1,10 @@
h1
h1
{
text-align: center;
font-size:14pt;
font-family:arial,helvetica;
font-weight:bold;
padding:10px;
padding:10px;
}
body
@ -27,9 +27,9 @@ body
border: solid 1px;
background-color: #fffcd2;
text-align:left;
font-size:9pt;
font-family:arial,helvetica;
font-family:arial,helvetica;
}
div.menubox
@ -41,7 +41,7 @@ text-align: center;
}
.contentblock
{
{
margin: 4px;
width:60%;
@ -51,7 +51,7 @@ text-align: center;
background-color: white;
font-size:8pt;
font-family:arial,helvetica;
font-family:arial,helvetica;
}
@ -62,20 +62,20 @@ p.intro
font-size:10pt;
/* font-weight:bold; */
font-family:arial,helvetica;
font-family:arial,helvetica;
}
p.clink
{
font-size:12pt;
font-family:courier,monospace;
font-family:courier,monospace;
text-align:center;
}
p.clink9
{
font-size:9pt;
font-family:courier,monospace;
font-family:courier,monospace;
text-align:center;
}
@ -87,6 +87,6 @@ p
p.right
{
text-align:right;
text-align:right;
}