Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
As suggested by Tom, removing the tag name restriction
and correcting the xlg class name.

See the Icon class for more details
  • Loading branch information
kohsuke committed Mar 29, 2016
1 parent c97dfde commit b23cb10
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions war/src/main/webapp/css/style.css
Expand Up @@ -1976,22 +1976,23 @@ body.main-panel-only #main-panel {
}
}

img.icon-sm {
/* see the Icon class for the definition of these CSS classes */
.icon-sm {
width: 16px;
height: 16px;
}

img.icon-md {
.icon-md {
width: 24px;
height: 24px;
}

img.icon-lg {
.icon-lg {
width: 32px;
height: 32px;
}

img.icon-xl {
.icon-xlg {
width: 48px;
height: 48px;
}

0 comments on commit b23cb10

Please sign in to comment.