Skip to content

Instantly share code, notes, and snippets.

@nedrocks
Created October 1, 2013 05:35
Show Gist options
  • Save nedrocks/6774271 to your computer and use it in GitHub Desktop.
Save nedrocks/6774271 to your computer and use it in GitHub Desktop.
Before:
td.cell { width:
66.8
px; height:
66.8
px; border: 2px solid #000; background-color: #CCCCCC; align: center; valign: middle; } table.board { background-color: #000000; } img.piece { width:
60.12
px; height:
60.12
px; }
After:
td.cell { width:66.8px; height:66.8px; border: 2px solid #000; background-color: #CCCCCC; align: center; valign: middle; } table.board { background-color: #000000; } img.piece { width:60.12px; height:60.12px; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment