Coder Social home page Coder Social logo

Comments (9)

brson avatar brson commented on August 17, 2024 1

@rap2hpoutre That seems to be the case. If we have to copy their entire CSS maybe we can try to limit our custom CSS to one section of the file so it's easy to upgrade later. Are you interested in trying?

from rust-cookbook.

budziq avatar budziq commented on August 17, 2024 1

I am no css expert either but adding width: 100% to book.css gives desired effect

table {
  margin: 0 auto;
  border-collapse: collapse;
  width: 100%;
}

As this issue is already taken I will wait for something to open up ;)

from rust-cookbook.

budziq avatar budziq commented on August 17, 2024 1

I am completely out of my depth in regard to CSS but https://github.com/brson/rust-cookbook/pull/54 seams to give the expected result (I have tested on Linux Firefox and Chromium).

from rust-cookbook.

rap2hpoutre avatar rap2hpoutre commented on August 17, 2024

According to http://azerupi.github.io/mdBook/format/theme/theme.html, the only way to customize table render seems so be creating a theme/book.css file, keep its original content, then add some CSS rules about tables. Is it overkill? Did I miss something?

from rust-cookbook.

rap2hpoutre avatar rap2hpoutre commented on August 17, 2024

Yes, I can try! I'm not a CSS expert but I think I can do something. Side note: there is an issue about custom CSS for mdBook: https://github.com/azerupi/mdBook/issues/178

from rust-cookbook.

dtolnay avatar dtolnay commented on August 17, 2024

I tried adding a src/theme/book.css but it didn't seem to get picked up by mdbook - http://localhost:3000/book.css was still serving the default one. @budziq I would love a PR if you get to it before @rap2hpoutre does.

from rust-cookbook.

budziq avatar budziq commented on August 17, 2024

@dtolnay done :)
As mentioned in the commit your problem was with https://github.com/azerupi/mdBook/issues/227. I had to implement the same workaround as the rust book
rust-lang/book@371948a

from rust-cookbook.

dtolnay avatar dtolnay commented on August 17, 2024

Reopening until we fix the column widths too. The tables are still misaligned because the three columns are different widths in each table.

from rust-cookbook.

rap2hpoutre avatar rap2hpoutre commented on August 17, 2024

@budziq Thanks!

from rust-cookbook.

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.