Fix whitespace (tabs->spaces) in jQuery UI theme

Signed-off-by: Alex Coles <alex@alexbcoles.com>
pull/2702/head
Alex Coles 10 years ago
parent cfe2fed7f7
commit 6a5fe4609a
  1. 2
      app/assets/stylesheets/content/_jquery_ui.scss

@ -58,7 +58,7 @@
}
.ui-widget-content {
border: 1px solid #aaaaaa/*{borderColorContent}*/;
background: #ffffff/*{bgColorContent}*/ url(images/ui-bg_flat_75_ffffff_40x100.png)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/;
background: #ffffff/*{bgColorContent}*/;
color: #222222/*{fcContent}*/;
}
.ui-widget-content a {

Loading…
Cancel
Save