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

CSS for dedication pages #63

Open
rbeezer opened this issue May 15, 2015 · 0 comments
Open

CSS for dedication pages #63

rbeezer opened this issue May 15, 2015 · 0 comments

Comments

@rbeezer
Copy link

rbeezer commented May 15, 2015

I've implemented "dedications" as paragraphs, one per dedication. In LaTeX they are centered and the author can choose line-breaking as they desire.

Could we style a paragraph inside a <section> of class "dedication" as centered text, and perhaps at a slightly larger font size? I used \Large on the LaTeX side.

Absolutely no rush, just placing this here for later consolidations, when that time comes.

<div id="content" class="mathbook-content">
    <section class="dedication" id="dedication-1">
        <header>
            <h1 class="heading hide-type">
                <span class="type">Dedication</span>
                <span class="codenumber"></span>
                <span class="title">Dedication</span>
            </h1>
        </header>
        <p>TWJ: To algebra students<br>everywhere</p>
        <p>RAB: To typographers the world over</p>
    </section>
</div>
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

1 participant