You are here

book_access.css in Book access 5

.book-access-div {
  width: 30%;
  margin: 0;
  padding: 2px;
  float: left;
}

.book-access-clearer {
  clear: both;
}

File

book_access.css
View source
  1. .book-access-div {
  2. width: 30%;
  3. margin: 0;
  4. padding: 2px;
  5. float: left;
  6. }
  7. .book-access-clearer {
  8. clear: both;
  9. }