Browse Source

Fix table footers to not be italic

pull/1063/head
jlukic 10 years ago
parent
commit
8a4a7fe9d8
2 changed files with 2 additions and 2 deletions
  1. 2
      src/themes/packages/default/collections/table.variables
  2. 2
      src/themes/packages/default/elements/label.variables

2
src/themes/packages/default/collections/table.variables

@ -53,7 +53,7 @@
@footerColor: @textColor;
@footerVerticalPadding: @cellVerticalPadding;
@footerHorizontalPadding: @cellHorizontalPadding;
@footerFontStyle: italic;
@footerFontStyle: normal;
@footerFontWeight: normal;
@footerTextTransform: none;

2
src/themes/packages/default/elements/label.variables

@ -90,7 +90,7 @@
@ribbonShadowColor: rgba(0, 0, 0, 0.15);
/* Attached */
@attachedSegmentPadding: 2rem;
@attachedSegmentPadding: 2.5rem;
@attachedVerticalPadding: 0.75em;
@attachedHorizontalPadding: 1em;

Loading…
Cancel
Save