diff --git a/Shorewall-docs2/Shorewall_and_Aliased_Interfaces.xml b/Shorewall-docs2/Shorewall_and_Aliased_Interfaces.xml
index 574768996..41f87ed72 100644
--- a/Shorewall-docs2/Shorewall_and_Aliased_Interfaces.xml
+++ b/Shorewall-docs2/Shorewall_and_Aliased_Interfaces.xml
@@ -166,7 +166,7 @@ ACCEPT net $FW:206.124.146.178 tcp 22
zone at 192.168.1.3. That is accomplised by a single rule in the
/etc/shorewall/rules file:
- #ACTION SOURCE DEST PROTO DEST POR------------------T(S) SOURCE ORIGINAL
+ #ACTION SOURCE DEST PROTO DEST PORT(S) SOURCE ORIGINAL
# PORT(S) DEST
DNAT net loc:192.168.1.3 tcp 80 - 206.124.146.178
diff --git a/Shorewall-docs2/html.css b/Shorewall-docs2/html.css
index 115501b16..bac60c157 100644
--- a/Shorewall-docs2/html.css
+++ b/Shorewall-docs2/html.css
@@ -1,25 +1,44 @@
-body {
- background: #FFFFFF;
-}
+div.informalexample { background-color: #d5dee3;
+ border-top-width: 2px;
+ border-top-style: double;
+ border-top-color: #d3d3d3;
+ border-bottom-width: 2px;
+ border-bottom-style: double;
+ border-bottom-color: #d3d3d3;
+ padding: 4px;
+ margin: 0em;
+ margin-left: 2em;
+ }
-h1, h2, h3, h4, h5 {
- font-family: sans-serif;
-}
+pre.programlisting { whitespace: pre;
+ font-family: monospace;
+ background-color: #BEE1F6;
+ border-top-width: 1px;
+ border-top-style: single;
+ border-top-color: #d3d3d3;
+ border-bottom-width: 1px;
+ border-bottom-style: single;
+ border-bottom-color: #d3d3d3;
+ padding: 4px;
+ margin: 0em;
+ }
-span.term {
- font-weight: bold;
-}
+div.sidebar { whitespace: pre;
+ font-family: monospace;
+ background-color: #A6D5EC;
+ border-top-width: 1px;
+ border-top-style: single;
+ border-top-color: #d3d3d3;
+ border-bottom-width: 1px;
+ border-bottom-style: single;
+ border-bottom-color: #d3d3d3;
+ padding: 4px;
+ margin: 0em;
+ }
-div.sidebar {
- background: #F0F0F0;
- border: 1px solid gray;
- padding: 5px;
- margin: 20px;
-}
-
-pre.programlisting {
- background: #E0E0E0;
- border: 1px solid gray;
- padding: 2px;
- white-space: pre;
-}
+div.informalexample pre { whitespace: pre;
+ font-family: monospace;
+ border-top-width: 0px;
+ border-bottom-width: 0px;
+ padding: 0px;
+ }