From 81ab8ffae0a89e38c105753fc865882e6345b232 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 12 Aug 2013 16:40:42 -0700 Subject: Headings docs: use put s within s instead of s --- assets/css/docs.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'assets/css/docs.css') diff --git a/assets/css/docs.css b/assets/css/docs.css index 196fe1f2c..b5725c923 100644 --- a/assets/css/docs.css +++ b/assets/css/docs.css @@ -414,17 +414,15 @@ body { } /* Typography */ -.bs-example-type .table td { +.bs-example-type .table td:last-child { color: #999; vertical-align: middle; } -.bs-example-type .table td, -.bs-example-type .table th { +.bs-example-type .table td { padding: 15px 0; border-color: #eee; } -.bs-example-type .table tr:first-child td, -.bs-example-type .table tr:first-child th { +.bs-example-type .table tr:first-child td { border-top: 0; } .bs-example-type h1, -- cgit v1.2.3