Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.35 KB | None | 0 0
  1. <style type="text/css">
  2.         .shoppingList {
  3.             text-align: left;
  4.             width: 100%;
  5.         }      
  6.         .shoppingList tr td {
  7.             padding: 10px 0 !important;
  8.         }
  9. </style>
  10. <table class="shoppingList">
  11.     <tbody>
  12.         <tr>
  13.             <th>Prekė</th>
  14.             <th>Kaina</th>
  15.             <th>Kiekis</th>
  16.             <th>Suma</th>
  17.         </tr>
  18.         <div mc:edit="product_list"></div>
  19.     </tbody>
  20. </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement