Skip to content

Commit

Permalink
Fixed errors in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielbull committed Jun 24, 2016
1 parent d0b2104 commit 05c7851
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 37 deletions.
36 changes: 18 additions & 18 deletions docs/mac-os/link.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,24 @@

### Properties

Property | Type | Description
:------------------ | :------------:| :----------
color | string | Sets the color of the text.
height | string|number | Sets the height of a component.
hidden | bool | Sets the visibility of a component.
margin | string|number | Sets the outer margin of a component.<br/>__E.G.__ _"30px 20px"_
marginBottom | string|number | Sets the outer margin bottom of a component.
marginLeft | string|number | Sets the outer margin left of a component.
marginRight | string|number | Sets the outer margin right of a component.
marginTop | string|number | Sets the outer margin top of a component.
padding | string|number | Sets the padding inside a component.<br/>__E.G.__ _"30px 20px"_
paddingBottom | string|number | Sets the padding bottom inside a component.
paddingLeft | string|number | Sets the padding left inside a component.
paddingRight | string|number | Sets the padding right inside a component.
paddingTop | string|number | Sets the padding top inside a component.
size | string|number | Sets the font size of a component.
textAlign | string|number | Sets the text alignment of the component's content.<br/>__Property value__ _"left"_, _"center"_, _"right"_
width | string|number | Sets the width of a component.
Property | Type | Description
:------------------ | :-------------:| :----------
color | string | Sets the color of the text.
height | string, number | Sets the height of a component.
hidden | bool | Sets the visibility of a component.
margin | string, number | Sets the outer margin of a component.<br/>__E.G.__ _"30px 20px"_
marginBottom | string, number | Sets the outer margin bottom of a component.
marginLeft | string, number | Sets the outer margin left of a component.
marginRight | string, number | Sets the outer margin right of a component.
marginTop | string, number | Sets the outer margin top of a component.
padding | string, number | Sets the padding inside a component.<br/>__E.G.__ _"30px 20px"_
paddingBottom | string, number | Sets the padding bottom inside a component.
paddingLeft | string, number | Sets the padding left inside a component.
paddingRight | string, number | Sets the padding right inside a component.
paddingTop | string, number | Sets the padding top inside a component.
size | string, number | Sets the font size of a component.
textAlign | string, number | Sets the text alignment of the component's content.<br/>__Property value__ _"left"_, _"center"_, _"right"_
width | string, number | Sets the width of a component.

### Examples

Expand Down
38 changes: 19 additions & 19 deletions docs/mac-os/text.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,25 @@

### Properties

Property | Type | Description
:------------------ | :------------:| :----------
background | string | Sets the background color of a component.
color | string | Sets the color of the text.
height | string|number | Sets the height of a component.
hidden | bool | Sets the visibility of a component.
margin | string|number | Sets the outer margin of a component.<br/>__E.G.__ _"30px 20px"_
marginBottom | string|number | Sets the outer margin bottom of a component.
marginLeft | string|number | Sets the outer margin left of a component.
marginRight | string|number | Sets the outer margin right of a component.
marginTop | string|number | Sets the outer margin top of a component.
padding | string|number | Sets the padding inside a component.<br/>__E.G.__ _"30px 20px"_
paddingBottom | string|number | Sets the padding bottom inside a component.
paddingLeft | string|number | Sets the padding left inside a component.
paddingRight | string|number | Sets the padding right inside a component.
paddingTop | string|number | Sets the padding top inside a component.
size | string|number | Sets the font size of a component.
textAlign | string|number | Sets the text alignment of the component's content.<br/>__Property value__ _"left"_, _"center"_, _"right"_
width | string|number | Sets the width of a component.
Property | Type | Description
:------------------ | :-------------:| :----------
background | string | Sets the background color of a component.
color | string | Sets the color of the text.
height | string, number | Sets the height of a component.
hidden | bool | Sets the visibility of a component.
margin | string, number | Sets the outer margin of a component.<br/>__E.G.__ _"30px 20px"_
marginBottom | string, number | Sets the outer margin bottom of a component.
marginLeft | string, number | Sets the outer margin left of a component.
marginRight | string, number | Sets the outer margin right of a component.
marginTop | string, number | Sets the outer margin top of a component.
padding | string, number | Sets the padding inside a component.<br/>__E.G.__ _"30px 20px"_
paddingBottom | string, number | Sets the padding bottom inside a component.
paddingLeft | string, number | Sets the padding left inside a component.
paddingRight | string, number | Sets the padding right inside a component.
paddingTop | string, number | Sets the padding top inside a component.
size | string, number | Sets the font size of a component.
textAlign | string, number | Sets the text alignment of the component's content.<br/>__Property value__ _"left"_, _"center"_, _"right"_
width | string, number | Sets the width of a component.

### Examples

Expand Down

0 comments on commit 05c7851

Please sign in to comment.