You are here

widgets.css in Widgets 7

/**
 * Widgets styles.
 */
div.widgets-element-horizontal {
  float: left; /* LTR */
}

div.widgets-clear {
  clear: both;
}

File

widgets.css
View source
  1. /**
  2. * Widgets styles.
  3. */
  4. div.widgets-element-horizontal {
  5. float: left; /* LTR */
  6. }
  7. div.widgets-clear {
  8. clear: both;
  9. }