More tweaks to product details view.

This commit is contained in:
Lance Edgar 2015-02-27 03:24:15 -06:00
parent 3b9efe0ffb
commit 6252c3f777
3 changed files with 71 additions and 57 deletions

View file

@ -73,6 +73,11 @@ div.grid.full table {
width: 100%;
}
div.grid.no-border table {
border-left: none;
border-top: none;
}
div.grid table th,
div.grid table td {
border-right: 1px solid black;