DOC: adjust default table styling for a cleaner look

This commit is contained in:
Tony S Yu
2011-09-23 23:59:04 -04:00
parent 2bd79e7076
commit cf9c8e7765
+16 -1
View File
@@ -595,8 +595,23 @@ tt {
font-size: 0.95em;
}
table {
border-collapse: collapse;
margin-bottom: 1em;
margin-top: 1em;
}
table, th, td {
border: 1px solid #ccc;
}
th, td {
padding: 5px;
}
th {
background-color: #ede;
color: #333;
background-color: #eee;
}
#api-reference ul:first-child {