diff --git a/03.api.md b/03.api.md index 60c09d3c9..147e6503b 100644 --- a/03.api.md +++ b/03.api.md @@ -28,7 +28,7 @@ void jerry_init (jerry_flag_t flags); **See also** -- [jerry_cleanup]({{ site.baseurl }}/API#jerry_cleanup) +- [jerry_cleanup](#jerry_cleanup) **Example** diff --git a/_sass/_base.scss b/_sass/_base.scss index 3027938eb..2dd13d61b 100644 --- a/_sass/_base.scss +++ b/_sass/_base.scss @@ -11,9 +11,6 @@ dl, dd, ol, ul, figure { p { margin: 0; padding: 0; - text-align: justify; - -moz-text-align-last: justify; - text-align-last: justify; }