diff --git a/README.md b/README.md
index ef6c1610..f6b0e3c8 100644
--- a/README.md
+++ b/README.md
@@ -1,19 +1,15 @@
-
-

+## Customer.io Folks Look Here!
- **OpenAPI/Swagger-generated API Reference Documentation**
+This is a fork of Redoc specific to Customer.io. We use this module as a part of our API docs.
- [](https://travis-ci.org/Redocly/redoc) [](https://coveralls.io/github/Redocly/redoc?branch=master) [](https://david-dm.org/Redocly/redoc) [](https://david-dm.org/Redocly/redoc#info=devDependencies) [](https://www.npmjs.com/package/redoc) [](https://github.com/Redocly/redoc/blob/master/LICENSE)
+So you want to edit the API doc styles?
- [](https://cdn.jsdelivr.net/npm/redoc/bundles/redoc.standalone.js) [](https://www.npmjs.com/package/redoc) [](https://www.jsdelivr.com/package/npm/redoc) [](https://hub.docker.com/r/redocly/redoc/)
-
-
-
-
-**This is README for `2.0` version of ReDoc (React based). README for `1.x` version is on the branch [v1.x](https://github.com/Redocly/redoc/tree/v1.x)**
-
-
-
+1. Edit typescript files under `/src`.
+1. Run `bundle` — this builds the javascript that gets bundled with the CLI module that we use in `marketing-site-experiments`
+1. Run `compile:cli`
+1. Commit/push changes.
+1. `cd cli && gitpkg publish`
+1. Check that the published package matches what we use in customerio/marketing-site-experiments `package.json`. If so, go ahead and make your API changes, and you'll see your API changes.
## [Live demo](http://redocly.github.io/redoc/)
diff --git a/src/common-elements/fields-layout.ts b/src/common-elements/fields-layout.ts
index a8a698cd..5b9a578f 100644
--- a/src/common-elements/fields-layout.ts
+++ b/src/common-elements/fields-layout.ts
@@ -80,7 +80,7 @@ export const PropertyNameCell = styled(PropertyCell)`
`;
export const PropertyDetailsCell = styled.td`
- border-bottom: none;
+ border-bottom: 1px solid #9fb4be;
padding: 10px 0;
width: ${(props) => props.theme.schema.defaultDetailsWidth};
box-sizing: border-box;