From 6ca32589b59434574a9e9ed6cb12718b0234754e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 17 Aug 2013 14:15:33 -0700 Subject: 2px border on thead th elements for just a tad more separation --- less/tables.less | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'less') diff --git a/less/tables.less b/less/tables.less index 05c091923..6fa535d15 100644 --- a/less/tables.less +++ b/less/tables.less @@ -35,6 +35,7 @@ th { // Bottom align for column headings thead > tr > th { vertical-align: bottom; + border-bottom: 2px solid @table-border-color; } // Remove top border from thead by default caption + thead, @@ -92,6 +93,14 @@ th { } } } + > thead { + > tr { + > th, + > td { + border-bottom-width: 2px; + } + } + } } -- cgit v1.2.3