From 02060c1cda4d0cb9504e007cdd06cf2335b71c2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ramos?= Date: Wed, 3 Aug 2016 10:44:10 -0700 Subject: [PATCH] Spacing nits --- website/src/react-native/css/react-native.css | 66 +++++++++---------- 1 file changed, 30 insertions(+), 36 deletions(-) diff --git a/website/src/react-native/css/react-native.css b/website/src/react-native/css/react-native.css index 9a9891ce9..cd7ffe887 100644 --- a/website/src/react-native/css/react-native.css +++ b/website/src/react-native/css/react-native.css @@ -1580,63 +1580,57 @@ input#algolia-doc-search:focus { color: #3B3738; } -.params, .props -{ - border-spacing: 0; - border: 0; - border-collapse: collapse; +.params, .props { + border-spacing: 0; + border: 0; + border-collapse: collapse; } .params .name, .props .name, .name code { - color: #4D4E53; + color: #4D4E53; } -.params td, .params th, .props td, .props th -{ - border: 1px solid #ddd; - margin: 0px; - text-align: left; - vertical-align: top; - padding: 4px 6px; - display: table-cell; +.params td, .params th, .props td, .props th { + border: 1px solid #ddd; + margin: 0px; + text-align: left; + vertical-align: top; + padding: 4px 6px; + display: table-cell; } -.params thead tr, .props thead tr -{ - background-color: hsl(198, 75%, 88%); - font-weight: bold; +.params thead tr, .props thead tr { + background-color: hsl(198, 75%, 88%); + font-weight: bold; } -.params .params thead tr, .props .props thead tr -{ - background-color: #fff; - font-weight: bold; +.params .params thead tr, .props .props thead tr { + background-color: #fff; + font-weight: bold; } .params th, .props th { border-right: 1px solid #aaa; } .params thead .last, .props thead .last { border-right: 1px solid #ddd; } .params td.description > div > p:first-child, -.props td.description > div > p:first-child -{ - margin-top: 0; - padding-top: 0; +.props td.description > div > p:first-child { + margin-top: 0; + padding-top: 0; } .params td.description > p:last-child, -.props td.description > p:last-child -{ - margin-bottom: 0; - padding-bottom: 0; +.props td.description > p:last-child { + margin-bottom: 0; + padding-bottom: 0; } .edit-page-block { - padding: 5px; - margin-bottom: 40px; - font-size: 12px; - color: #887766; - text-align: center; - background-color: rgba(5, 165, 209, 0.05); + padding: 5px; + margin-bottom: 40px; + font-size: 12px; + color: #887766; + text-align: center; + background-color: rgba(5, 165, 209, 0.05); } /** Web player **/