You are here

jquery_wrt.css in jQuery webks Responsive Table 7

/* Feel free to override this to fit your needs! */
.webks-responsive-table {
  margin-top: 1.5em;
}

.webks-responsive-table .row-0 {
  margin-top: 2em;
}

.webks-responsive-table dl {
  border-bottom: 1px solid #ccc;
}

.webks-responsive-table dt,.webks-responsive-table dt a {
  font-weight: bold;
  color: #000;
  font-size: 1em;
  margin-bottom: 0;
}

.webks-responsive-table dd {
  margin: 0 0 0.5em 0;
  color: #444;
  font-size: 1em;
}

File

jquery_wrt.css
View source
  1. /* Feel free to override this to fit your needs! */
  2. .webks-responsive-table {
  3. margin-top: 1.5em;
  4. }
  5. .webks-responsive-table .row-0 {
  6. margin-top: 2em;
  7. }
  8. .webks-responsive-table dl {
  9. border-bottom: 1px solid #ccc;
  10. }
  11. .webks-responsive-table dt,.webks-responsive-table dt a {
  12. font-weight: bold;
  13. color: #000;
  14. font-size: 1em;
  15. margin-bottom: 0;
  16. }
  17. .webks-responsive-table dd {
  18. margin: 0 0 0.5em 0;
  19. color: #444;
  20. font-size: 1em;
  21. }