Skip to content

Commit

Permalink
Fix trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0ttkclark committed Mar 1, 2019
1 parent 2c6a4c9 commit 510d0dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css/gigpress-admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ strong.gigpress-soldout {

.gigpress-error {
background: #ffebe8 !important;
border: 1px solid #C00 !important;
border: 1px solid #C00 !important;
}

span.gigpress-error {
Expand All @@ -44,7 +44,7 @@ span.gigpress-error {
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
border-radius: 3px;
}

tbody.gigpress-addition tr {
Expand Down Expand Up @@ -95,7 +95,7 @@ span.gigpress-time {
font-size: 90%;
color: #666;
padding: 3px 0;
display: block;
display: block;
}


Expand Down

0 comments on commit 510d0dc

Please sign in to comment.