Skip to content

Commit

Permalink
Remove trailing spaces first
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Jul 22, 2013
1 parent 3ab8e58 commit 9b8dcf8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ a:hover {
color: #f60;
text-decoration: underline;
}

a:active {
color: #f60;
text-decoration: underline;
Expand Down Expand Up @@ -131,14 +131,14 @@ ul {
li {
margin-top: 7px;
}

ol {
list-style-type: decimal;
list-style-position: outside;
margin: 0 0 0 30px;
padding: 0 0 12px 6px;
}

ol ol {
list-style-type: lower-alpha;
list-style-position: outside;
Expand All @@ -163,7 +163,7 @@ table {
border-left: 1px solid #919699;
border-spacing: 0;
}

table th {
padding: 4px 8px 4px 8px;
background: #E2E2E2;
Expand All @@ -173,9 +173,9 @@ table th {
}
table th p {
font-weight: bold;
margin-bottom: 0px;
margin-bottom: 0px;
}

table td {
padding: 8px;
font-size: 12px;
Expand All @@ -184,13 +184,13 @@ table td {
border-right: 1px solid #919699;
}
table td p {
margin-bottom: 0px;
margin-bottom: 0px;
}
table td p + p {
margin-top: 5px;
margin-top: 5px;
}
table td p + p + p {
margin-top: 5px;
margin-top: 5px;
}

/* forms */
Expand Down

0 comments on commit 9b8dcf8

Please sign in to comment.