diff --git a/docs/src/app/components/PropTypeDescription.jsx b/docs/src/app/components/PropTypeDescription.jsx
index 8694777ef02c51..ab3195c737041e 100644
--- a/docs/src/app/components/PropTypeDescription.jsx
+++ b/docs/src/app/components/PropTypeDescription.jsx
@@ -53,7 +53,7 @@ const PropTypeDescription = React.createClass({
}
return (
-
+
);
diff --git a/docs/src/app/components/props-table.css b/docs/src/app/components/props-table.css
index 431f6431fc5717..b7c9b46c78be96 100644
--- a/docs/src/app/components/props-table.css
+++ b/docs/src/app/components/props-table.css
@@ -1,8 +1,8 @@
-.propsTable table tr:nth-child(2n) {
+.propTypeDescription table tr:nth-child(2n) {
background-color: #fff;
}
-.propsTable table td, .propsTable table th {
+.propTypeDescription table td, .propTypeDescription table th {
border-top: 1px solid rgba(0, 0, 0, 0.06);
border-left: 0 none;
border-right: 0 none;
@@ -10,7 +10,7 @@
vertical-align: top;
}
-.propsTable table th {
+.propTypeDescription table th {
border-bottom: 2px solid rgba(0, 0, 0, 0.06);
border-top: 0 none;
color: #888;
@@ -19,23 +19,23 @@
text-align: left;
}
-.propsTable table td {
+.propTypeDescription table td {
color: #266d90;
font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
font-size: 90%;
}
-.propsTable table td + td {
+.propTypeDescription table td + td {
color: #bf2a5c;
}
-.propsTable table td + td + td {
+.propTypeDescription table td + td + td {
color: #666;
font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
font-size: 90%;
}
-.propsTable table td + td + td + td {
+.propTypeDescription table td + td + td + td {
color: rgba(51, 51, 51, 0.9);
font-family: "Roboto", sans-serif;
font-size: 95%;