Coder Social home page Coder Social logo

Comments (6)

memeplex avatar memeplex commented on July 21, 2024

A dirty fix:

$(".label").removeClass("label")

from pelican-bootstrap3.

DonDebonair avatar DonDebonair commented on July 21, 2024

I will have a look at it and try to come up with a somewhat more resilient solution :) Thanks for reporting this issue!

from pelican-bootstrap3.

memeplex avatar memeplex commented on July 21, 2024

Now that we're at rst stuff, there are things that nobody seems to care as no pelican theme that I know of includes html4css1.css. But it's really necessary for things like proper list numeration style (i,ii,iii,...,a,b,c,...,etc). It should do no harm to add it, it's mostly concerned with docutils specific css classes.

from pelican-bootstrap3.

DonDebonair avatar DonDebonair commented on July 21, 2024

I must admit I've only tested this theme using Markdown, as that is my preferred markup language. Can you attach an rst file that is giving you problems, and document the problems? Than I'll try to fix those.

from pelican-bootstrap3.

memeplex avatar memeplex commented on July 21, 2024

Ok, follow up here #3.

from pelican-bootstrap3.

DonDebonair avatar DonDebonair commented on July 21, 2024

As you already mentioned, the .label class is used by Bootstrap, so I looked for a way to override the bootstrap styles specifically in the case that class is used by docutils. The good news is that the td with the label class is wrapped in an element with the docutils footnote classes on it, so I was able to be really specific when targeting the problematic styles. The hard part was disabling the Bootstrap styles on that occasion. I did that by putting the used directives to inherit. It seems fixed now. If you still have any problems with it, let me know!

from pelican-bootstrap3.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.