Skip to content

Commit

Permalink
Whitespace cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed May 23, 2013
1 parent 998f38f commit b14cfcd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css/style.css
Expand Up @@ -2,7 +2,7 @@
padding: 0;
margin: 0 20px;
background: url('${base_url}images/logo.png') no-repeat;
width: 172px;
width: 172px;
height: 100px;
font-size: 1px;
color: white;
Expand All @@ -14,7 +14,7 @@ nav {
width: 100%;
-moz-box-shadow: 0 6px 3px -3px #ccc;
-webkit-box-shadow: 0 6px 3px -3px #ccc;
box-shadow: 0 6px 3px -3px #ccc;
box-shadow: 0 6px 3px -3px #ccc;
border-top: 3px solid #ccc;
padding: 0;
margin: 0;
Expand Down Expand Up @@ -385,7 +385,7 @@ pre {
background: url(${base_url}images/icon-table-sort-desc.png) no-repeat 2px 10px;
}

.dllist td {
.dllist td {
padding: 2px;
}

Expand Down

0 comments on commit b14cfcd

Please sign in to comment.