From 6166f1d42087e050e1bc101997b894b3b4aafbab Mon Sep 17 00:00:00 2001 From: lopar Date: Sat, 23 Jun 2018 20:14:10 +0300 Subject: [PATCH] =?UTF-8?q?php=20=D0=BD=D0=B5=20=D0=B4=D0=BE=D0=BB=D0=B6?= =?UTF-8?q?=D0=B5=D0=BD=20=D0=B3=D0=B5=D0=BD=D0=B5=D1=80=D0=B8=D1=80=D0=BE?= =?UTF-8?q?=D0=B2=D0=B0=D1=82=D1=8C=20=D1=82=D0=B0=D0=B1=D0=BB=D0=B8=D1=86?= =?UTF-8?q?=D1=83=20=D1=81=D1=82=D0=B8=D0=BB=D0=B5=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shop.php | 29 ++++++++++++++++++----------- 1 file changed, 18 insertions(+), 11 deletions(-) diff --git a/shop.php b/shop.php index 93c8279..1d4c60d 100644 --- a/shop.php +++ b/shop.php @@ -256,6 +256,12 @@ switch ($shopItemTypeNumber) { font-family: Tahoma, sans-serif; font-size: 13px; } + table.zebra tr { + background-color: #C7C7C7; + } + table.zebra tr:nth-child(even) { + background-color: #D5D5D5; + }