Remove justify

This commit is contained in:
Evgeny Gavrin 2015-06-14 15:08:56 +03:00
parent 2e80bad557
commit 773ad6caeb
2 changed files with 1 additions and 4 deletions

View File

@ -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**

View File

@ -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;
}