Skip to content

Commit

Permalink
Add Padding to table cells
Browse files Browse the repository at this point in the history
  • Loading branch information
dborzov committed Jan 15, 2015
1 parent 84fbcc3 commit 573e802
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dist/netvis.css
Expand Up @@ -9,6 +9,10 @@
margin-top: 20px;
}

td {
padding: 5px;
}

.properties-panel {
margin-left: 20px;
}
Expand Down
4 changes: 4 additions & 0 deletions src/netvis.css
Expand Up @@ -9,6 +9,10 @@
margin-top: 20px;
}

td {
padding: 5px;
}

.properties-panel {
margin-left: 20px;
}
Expand Down

0 comments on commit 573e802

Please sign in to comment.