From 4994095ff2f99d9b1f546a29a3cb98d195a2cc74 Mon Sep 17 00:00:00 2001 From: mourner Date: Thu, 12 Jul 2012 01:18:00 +0300 Subject: [PATCH] docs styling tweaks --- docs/css/screen.css | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/docs/css/screen.css b/docs/css/screen.css index 14e29bd2..e293ea6e 100644 --- a/docs/css/screen.css +++ b/docs/css/screen.css @@ -95,15 +95,24 @@ pre code a:hover { table { border-collapse: collapse; + box-shadow: 0 3px 15px #f0f0f0; } th { - background:/*#e5ecf9;*/ #f3f3f3; + background-color: #f3f3f3; + background-image: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#e7e7e7)); /* Saf4+, Chrome */ + background-image: -webkit-linear-gradient(top, #f3f3f3, #e7e7e7); /* Chrome 10+, Saf5.1+, iOS 5+ */ + background-image: -moz-linear-gradient(top, #f3f3f3, #e7e7e7); /* FF3.6+ */ + background-image: -o-linear-gradient(top, #f3f3f3, #e7e7e7); /* Opera 11.10+ */ + background-image: linear-gradient(to bottom, #f3f3f3, #e7e7e7); } th, td { padding: 6px 8px; vertical-align: top; - line-height: 1.4; + /*line-height: 1.4;*/ } +td { + /*border-right: 1px solid #eee;*/ +} .nav {