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

change selector so that CSS applies correctly #2637

Merged
merged 1 commit into from
Sep 3, 2023
Merged

Conversation

vladflore
Copy link
Contributor

change selector so that CSS applies only to element with id info inside footer element

Fixes #2583

@github-actions
Copy link
Contributor

github-actions bot commented Sep 3, 2023

Try this Pull Request!

Open Julia and type:

julia> import Pkg
julia> Pkg.activate(temp=true)
julia> Pkg.add(url="https://github.com/vladflore/Pluto.jl", rev="2583")
julia> using Pluto

@pankgeorg
Copy link
Collaborator

ah that's true! We add an id with the variable name on each variables, so you can link to that with a fragment (#info in this case) in the URL.

@pankgeorg pankgeorg merged commit 17d105b into fonsp:main Sep 3, 2023
2 of 3 checks passed
@fonsp fonsp added the frontend Concerning the HTML editor label Sep 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend Concerning the HTML editor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Variable name "info" causes unexpected css formatting
3 participants