Skip to content

Commit

Permalink
Try to fix #17
Browse files Browse the repository at this point in the history
  • Loading branch information
andryou committed Jun 5, 2016
1 parent 44357fa commit 3b076cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css/popup.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* Global */
body { font-family: arial, sans-serif; font-size: 12px; margin: 5px 5px 0px; padding: 0px; width: 575px; }
#container { width: 100%; }
table { width: 100%; }
html { width: 575px; }
body { font-family: arial, sans-serif; font-size: 12px; margin: 5px 5px 0px; padding: 0px; width: 568px; }
#container, table { width: 100%; }
td, th { font-family: arial, sans-serif; font-size: 12px; text-align: left; }
td { vertical-align: top; }
th { padding-bottom: 5px; }
Expand Down

0 comments on commit 3b076cf

Please sign in to comment.