Skip to content
html-reset-rtl.css 500 B
Newer Older
 * RTL companion for the html-reset.css file.
 */


/*
 * Lists
 *
 * We need to standardize the list item indentation.
 */
  padding-left: 0;
  padding-right: 2em;
}

.item-list ul /* Drupal overrides */ {
  margin: 0 2em 0 0;
}

/*
 * Tables
 *
 * Drupal provides table styling which is only useful for its admin section
 * forms, so we override this default CSS. (We set it back in forms.css.)
 */
  text-align: right;
}