Skip to content

Commit

Permalink
chore: tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
paultuckey committed Oct 19, 2023
1 parent 11a1467 commit ec67926
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/main/java/org/tuckey/web/filters/urlrewrite/doc/doc.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ body {
h1 {
color: #000000;
font-size: 2.5em;
padding: 0px 0px 0px 5px;
margin: 0px;
padding: 0 0 0 5px;
margin: 0;
font-family: georgia, times, serif;
}

Expand Down Expand Up @@ -42,11 +42,11 @@ h3 {
font-family: georgia, times, serif;
border-bottom: 1px solid #c0c0c0;
margin-top: 2em;
padding: 0.25em 0.25em 0em 0.5em;
padding: 0.25em 0.25em 0 0.5em;
}

p {
padding: 0.25em 0.25em 0em 1.0em;
padding: 0.25em 0.25em 0 1.0em;
}

code, pre {
Expand Down Expand Up @@ -78,7 +78,7 @@ th {
}

hr {
border: 0px;
border: 0;
background-color: #c0c0c0;
}

Expand All @@ -90,7 +90,6 @@ hr {
float:left;
width:160px;
background: #efefef;
Zmargin-top: 2px;
padding-bottom: 10px;
padding-left: 10px;
-moz-border-radius-bottomleft: 20px;
Expand Down

0 comments on commit ec67926

Please sign in to comment.