From c98bb39b266cdd34ff681dcb21859e05b7a23763 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Tue, 12 Nov 2013 12:53:14 -0800 Subject: [PATCH] Fix broken link, formatting on px style tip --- tips/06-style-props-value-px.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/tips/06-style-props-value-px.md b/tips/06-style-props-value-px.md index 14805746..233e29ff 100644 --- a/tips/06-style-props-value-px.md +++ b/tips/06-style-props-value-px.md @@ -16,14 +16,14 @@ var divStyle = {height: 10}; // rendered as "height:10px" React.renderComponent(
Hello World!
, mountNode); ``` -See [Inline Styles](/react/docs/tips/inline-styles-tip.html) for more info. +See [Inline Styles](/react/tips/inline-styles.html) for more info. Sometimes you _do_ want to keep the CSS properties unitless. Here's a list of properties that won't get the automatic "px" suffix: -- fillOpacity -- fontWeight -- lineHeight -- opacity -- orphans -- zIndex -- zoom +- `fillOpacity` +- `fontWeight` +- `lineHeight` +- `opacity` +- `orphans` +- `zIndex` +- `zoom`