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

listing-5.11.html: "Starting at" not uppercase as in book/Livebook #5

Open
space88man opened this issue Mar 30, 2020 · 2 comments
Open

Comments

@space88man
Copy link

space88man commented Mar 30, 2020

After loading listing-5.11.html the text "Starting at" in the <small> element is in regular case. Figure 5.2 (Livebook and epub) shows it in uppercase: "STARTING AT".

There doesn't seem to be any CSS that would target this element.

@space88man space88man changed the title listing-5.11.html: how is "Starting at" text made uppercase? listing-5.11.html: "Starting at" not uppercase as in book/Livebook Mar 30, 2020
@space88man
Copy link
Author

C.f. Figure 6.9 which shows it as "Starting at"

@mhorskaya
Copy link

Color is also a bit off.

Adding these lines did the trick.

.centered > small {
    text-transform: uppercase;
    color: #5f4b44;
}

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

No branches or pull requests

2 participants