Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Justify text in the articles #11

Closed
sebalix opened this issue Oct 3, 2015 · 4 comments
Closed

Justify text in the articles #11

sebalix opened this issue Oct 3, 2015 · 4 comments

Comments

@sebalix
Copy link
Contributor

sebalix commented Oct 3, 2015

Hi,

Is it possible to justify text in articles?
I added the following custom CSS:

article p {
  text-align: justify;
}

But is there any drawback to do so, and if not maybe include it by default?

@alexandrevicenzi
Copy link
Owner

@sebalix it must work, if not override by any other CSS.

As default I dislike a little. You could use CUSTOM_CSS to make it default to you.

Maybe a good way to make it default for who want, is to create an way to compile LESS with some optional parameters. By now I'm to busy to do this, but I'll take a look soon as possible.

@sebalix
Copy link
Contributor Author

sebalix commented Oct 5, 2015

Not a problem, I already deal with it myself with the CUSTOM_CSS option.

@alexandrevicenzi
Copy link
Owner

But, is the custom CSS working for you?

@sebalix
Copy link
Contributor Author

sebalix commented Oct 6, 2015

Of course! I was just asking if it could be integrated to the theme directly, but as you do not prefer, I will continue to use it via the ``CUSTOM_CSS` directive which works very well ;) I close the issue.

@sebalix sebalix closed this as completed Oct 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants