Skip to content

Commit

Permalink
[2375] Fix dataset results dotted border
Browse files Browse the repository at this point in the history
  • Loading branch information
aron committed May 29, 2012
1 parent c2eaa69 commit fac38b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ckan/public/base/less/dataset.less
Expand Up @@ -43,10 +43,10 @@
}

.results {
margin-right: 360px;
border-bottom: 1px dotted #ccc;
margin-bottom: 20px;
padding-right: 360px;
padding-bottom: 25px;
border-bottom: 1px dotted #ccc;
}

.results strong {
Expand Down

0 comments on commit fac38b2

Please sign in to comment.