diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-08-05 21:18:29 -0400 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-08-05 21:18:29 -0400 |
commit | 6fc210752911c62c45f7b7127bac757c6bc4df71 (patch) | |
tree | 4aecba522da7ef0425e8486fdd689107eca942f7 /public/ng/less/ui/panel.less | |
parent | fa0a389dc47c3e2b6203157f5c377a6478da25ec (diff) |
Add missing less files
Diffstat (limited to 'public/ng/less/ui/panel.less')
-rw-r--r-- | public/ng/less/ui/panel.less | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/ng/less/ui/panel.less b/public/ng/less/ui/panel.less index b3e2dec9..f05f0c16 100644 --- a/public/ng/less/ui/panel.less +++ b/public/ng/less/ui/panel.less @@ -31,6 +31,10 @@ border-bottom-left-radius: .3em; border-bottom-right-radius: .3em; } + .panel-content{ + border-bottom-left-radius: .3em; + border-bottom-right-radius: .3em; + } } &.panel-warning { border-color: #F0C36D; |