docs styling tweaks

This commit is contained in:
mourner 2012-07-12 01:18:00 +03:00
parent 5fec0c5c37
commit 4994095ff2

View File

@ -95,15 +95,24 @@ pre code a:hover {
table { table {
border-collapse: collapse; border-collapse: collapse;
box-shadow: 0 3px 15px #f0f0f0;
} }
th { 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 { th, td {
padding: 6px 8px; padding: 6px 8px;
vertical-align: top; vertical-align: top;
line-height: 1.4; /*line-height: 1.4;*/
} }
td {
/*border-right: 1px solid #eee;*/
}
.nav { .nav {