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

left align pre tag text #199

Merged
merged 1 commit into from
Jul 24, 2017
Merged

left align pre tag text #199

merged 1 commit into from
Jul 24, 2017

Conversation

smcoll
Copy link
Contributor

@smcoll smcoll commented Jul 18, 2017

Profller output, in a pre tag, is centered, due to an inherited rule for #query-div in summary.css:

#query-div {
    margin: auto;
    width: 960px;
    text-align: center;
}

@avelis
Copy link
Collaborator

avelis commented Jul 24, 2017

@smcoll I am rerunning the CI build before merging. I believe TravisCI is in a transition to Ubuntu Trusty and some builds failed because of it.

@avelis avelis merged commit 9238da0 into jazzband:master Jul 24, 2017
@avelis
Copy link
Collaborator

avelis commented Jul 24, 2017

@smcoll Thanks for the CSS enhancement!

danielbradburn pushed a commit to crunchr/silk that referenced this pull request Dec 8, 2017
Updates "pre" HTML tag to perform CSS rule text-align left.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants