book.css

Same filename in this branch
  1. 9 core/themes/olivero/css/components/book.css
Same filename and directory in other branches
  1. 7.x modules/book/book.css
  2. 8.9.x core/themes/bartik/css/components/book.css
  3. 10 core/themes/olivero/css/components/book.css
  4. 11.x core/themes/olivero/css/components/book.css

Bartik specific styling for the Book module.

File

core/themes/bartik/css/components/book.css

View source
  1. /**
  2. * @file
  3. * Bartik specific styling for the Book module.
  4. */
  5. .book-navigation .menu {
  6. border-top: 1px solid #d6d6d6;
  7. }
  8. .book-navigation .book-pager {
  9. margin: 0;
  10. border-top: 1px solid #d6d6d6;
  11. border-bottom: 1px solid #d6d6d6;
  12. }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.