diff options
Diffstat (limited to 'less/wells.less')
| -rw-r--r-- | less/wells.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/less/wells.less b/less/wells.less index 6a909f44b..865abc2eb 100644 --- a/less/wells.less +++ b/less/wells.less @@ -19,11 +19,11 @@ } // Sizes -.well-large { +.well-lg { padding: 24px; border-radius: @border-radius-large; } -.well-small { +.well-sm { padding: 9px; border-radius: @border-radius-small; } |
