Skip to content

Commit

Permalink
normalize panel headings #2
Browse files Browse the repository at this point in the history
  • Loading branch information
catkrahl committed Nov 28, 2019
1 parent 314d053 commit a005997
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/default/delos.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions templates/default/less/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -702,8 +702,8 @@
//##
@il-panel-listing-std-container-h4-margin: 16px 0 2px 0;
@il-panel-listing-std-container-h3-margin: 8px 0 2px 0;
@il-panel-listing-std-container-h3-text-transform: normal;
@il-panel-listing-std-container-h4-text-transform: normal;
@il-panel-listing-std-container-h3-text-transform: none;
@il-panel-listing-std-container-h4-text-transform: none;
@il-panel-listing-std-container-h3-color: @il-light-text-color;
@il-panel-listing-std-container-h4-color: @il-light-text-color;
@il-panel-listing-std-item-container-margin: 0 0 1px 0;
Expand Down

0 comments on commit a005997

Please sign in to comment.