Skip to content

Commit

Permalink
Add width and height for img icon CSS class
Browse files Browse the repository at this point in the history
  • Loading branch information
ikoniaris committed Sep 8, 2014
1 parent d108b9a commit 905932f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion styles/tables.css
Expand Up @@ -34,7 +34,9 @@ table tbody td{
}

table td img.icon {
float:left;
float:left;
width: 16px;
height: 16px;
}

table thead th, table tbody td{
Expand Down

0 comments on commit 905932f

Please sign in to comment.