diff options
author | Hazel <hazel@gitlab.com> | 2017-08-21 14:19:26 +0800 |
---|---|---|
committer | tauriedavis <taurie@gitlab.com> | 2017-09-22 09:12:51 -0700 |
commit | dc3450d311890dd3284528d3ce25bd9c5375bed2 (patch) | |
tree | 06c21e5b0614338392d8e94819c5fa12a96f4a7e /doc/development | |
parent | 8d84b7c439f719ca772f6b645d704f2568ac8652 (diff) | |
download | gitlab-ce-dc3450d311890dd3284528d3ce25bd9c5375bed2.tar.gz |
Fix typo errors
Diffstat (limited to 'doc/development')
-rw-r--r-- | doc/development/ux_guide/illustrations.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/development/ux_guide/illustrations.md b/doc/development/ux_guide/illustrations.md index 65497e50d8a..7e16c300921 100644 --- a/doc/development/ux_guide/illustrations.md +++ b/doc/development/ux_guide/illustrations.md @@ -43,9 +43,9 @@ Depends on the situation, the illustration size can be the 3 types below: **Large** * Use case: Empty states, error pages(e.g. 404, 403) * For vertical layout, the illustration should not larger than **430*300 px**. -* For horizontal layout, the illustration should not larger than **430*380 px** +* For horizontal layout, the illustration should not larger than **430*380 px**. -| Vertocal layout | Horizontal layout | +| Vertical layout | Horizontal layout | | --------------- | ----------------- | | <img src="img/illustration-size-large-vertical.png" /> | <img src="img/illustration-size-large-horizontal.png" /> @@ -57,8 +57,8 @@ Depends on the situation, the illustration size can be the 3 types below: <img src="img/illustration-size-medium.png" width=983px /> **Small** -* Use case: Graphics for explanatory text, graphics for status -* The illustration should not larger than **160*90 px** +* Use case: Graphics for explanatory text, graphics for status. +* The illustration should not larger than **160*90 px**. * The illustration should keep simple and clear. We recommend not including too many elements in the small size illustration. <img src="img/illustration-size-small.png" width=983px /> |