From c6a0cc39069cb7b407641ef0407c1879cf219332 Mon Sep 17 00:00:00 2001 From: Rufus Pollock Date: Sun, 8 Jul 2012 23:48:59 +0100 Subject: [PATCH] [css/grid][xs]: border-bottom on rows for Grid. --- css/grid.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/grid.css b/css/grid.css index 4b7c9f70..070e2903 100644 --- a/css/grid.css +++ b/css/grid.css @@ -20,8 +20,9 @@ table.recline-grid { white-space: normal; } -.recline-grid td { +.recline-grid tbody tr { vertical-align: top; + border-bottom: solid 1px #ccc; } .recline-grid tbody tr:last-child {