Skip to content

Commit

Permalink
fixed width to images in table
Browse files Browse the repository at this point in the history
  • Loading branch information
angiep committed Dec 5, 2011
1 parent 29bb668 commit 6aee9cf
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions public/stylesheets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ div.genre, span.genre {
display: inline-block;
margin-bottom: 4px;
margin-right: 2px;
font-size: .9em;
font-size: .85em;
border-radius: 4px;
-moz-border-radius: 4px;
}
Expand Down Expand Up @@ -276,6 +276,10 @@ table img {
position: relative;
top: 2px;
}
table .thumb {
width: 30px;
padding: 0 10px;
}
table .thumb img {
box-shadow: 1px 1px 1px #888;
-webkit-box-shadow: 1px 1px 1px #888;
Expand Down Expand Up @@ -309,7 +313,6 @@ td.artist {
}
td.genre {
width: 85px;
font-size: .85em;
}
div.song_name {
color: #333;
Expand Down

0 comments on commit 6aee9cf

Please sign in to comment.