Skip to content

Commit

Permalink
Added a little padding around styling.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin McDonagh committed Sep 5, 2010
1 parent 86f5668 commit 7af03c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/css/mashbox1.css
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ F3A7B0
-webkit-box-shadow: rgba(0,0,0,.3) 0 0 3px;
-moz-box-shadow: rgba(0,0,0,.3) 0 0 3px;
box-shadow: rgba(0,0,0,.3) 0 0 3px;
padding:0 0 0 10px;
padding:4px 0 8px 10px;
}

#add-track > span * {
Expand Down
2 changes: 1 addition & 1 deletion code/mashbox1.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<span class="details"><h3>Title</h3><p>artist</p></span>
</div>
</li>
<li><span class="equals">=</span><span class="result">Title - artist!</span></li>
<li><span class="plus">= Title - artist!</span></li>
</ol>
<p class="loading">Loading...</p>
</div>
Expand Down

0 comments on commit 7af03c0

Please sign in to comment.