You are here

icon.admin.css in Icon API 8

Same filename and directory in other branches
  1. 7 css/icon.admin.css
td.compact {
  width: 0;
}
td.nowrap {
  white-space: nowrap;
}
td.center {
  text-align: center;
}

File

css/icon.admin.css
View source
  1. td.compact {
  2. width: 0;
  3. }
  4. td.nowrap {
  5. white-space: nowrap;
  6. }
  7. td.center {
  8. text-align: center;
  9. }