aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/css/bootstrap.css9
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 66c192c03..01d6d23f7 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -848,6 +848,10 @@ table {
border-spacing: 0;
}
+th {
+ text-align: left;
+}
+
.table {
width: 100%;
margin-bottom: 20px;
@@ -857,15 +861,10 @@ table {
.table td {
padding: 8px;
line-height: 20px;
- text-align: left;
vertical-align: top;
border-top: 1px solid #dddddd;
}
-.table th {
- font-weight: bold;
-}
-
.table thead th {
vertical-align: bottom;
}