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

Broken Bibliography Citation Links #186

Open
ChaosMageX opened this issue May 10, 2023 · 4 comments
Open

Broken Bibliography Citation Links #186

ChaosMageX opened this issue May 10, 2023 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@ChaosMageX
Copy link

Describe the issue:
Bibliography citation links appear on separate lines. It seems that the display: inline-block property of a.bibcite elements is normalized but never re-implemented.

Screenshot showcasing the issue:
image

Link to the page(s) having this issue:
http://scptestwiki.wikidot.com/cmxtest2

Device information: (fill in as appropriate)

  • Device: Custom Built PC (Do I need to provide full specs?)
  • OS: Windows 10 (64-bit)
  • Browser: Chrome
  • Version: 112.0.5615.138 (Official Build) (64-bit)

Additional context:
This can be tested on any page using the BHL Theme. I literally just copy/pasted the example code from the Wikidot documentation onto one of my test pages:
http://www.wikidot.com/doc-wiki-syntax:bibliography

The [[bibliography]] feature might not be used much on the SCP Wiki, if at all, but it's still worth fixing this issue, just in case somebody does eventually use it, maybe in a Tale or a GOI Format Page.

@ChaosMageX ChaosMageX added the bug Something isn't working label May 10, 2023
@Woedenaz
Copy link
Contributor

This appears to be caused by the text-indent: 2ch; on .bibitems .bibitem.

Since the bibliography looks perfectly find on the base BHL theme, this is probably something I'll need to correct on the UIU theme itself.

@ChaosMageX
Copy link
Author

No, I'm talking about the Citation Links, which end up on separate lines, even on the base BHL Theme:

image

Right now, it can only be fixed by disabling the display: inherit property under the a.bibcite selector in normalize.css, which causes the property to revert back to display: inline-block, as defined by Wikidot's Common Theme:

image

@Woedenaz
Copy link
Contributor

Oh! I see. I didn't even notice that. Thank you, I'll give that a looksee.

@SYwaves
Copy link
Contributor

SYwaves commented Jan 13, 2024

This has been fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants