style.css 258 B

12345678910111213141516171819202122
  1. body {
  2. background: #ededed;
  3. }
  4. .grid {
  5. margin: 0 auto;
  6. position: relative;
  7. width: 700px;
  8. margin-top: 5px;
  9. }
  10. .add {
  11. background: url('images/add.png');
  12. }
  13. .delete {
  14. background: url('images/delete.png');
  15. }
  16. .save {
  17. background: url('images/save.gif');
  18. }