diff options
| author | Mark Otto <[email protected]> | 2013-08-19 08:58:47 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-19 08:58:47 -0700 |
| commit | 50674b16d30d044281c8695e871452ae3fbc891c (patch) | |
| tree | 337ee6be21c25a5b0df853039483db3acb49c32d | |
| parent | 73a85d6eb3c994873f87354fa41287a2bfb334b2 (diff) | |
| parent | fabbb9e4bab3708f1fda7beaf6ced7b514350feb (diff) | |
| download | bootstrap-50674b16d30d044281c8695e871452ae3fbc891c.tar.xz bootstrap-50674b16d30d044281c8695e871452ae3fbc891c.zip | |
Merge pull request #9847 from wangsai/remove-duplicate-code
`.table` style is duplicate in `List groups in panels` and `Tables in panels`
| -rw-r--r-- | less/panels.less | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/less/panels.less b/less/panels.less index 0f454fea0..2343b2508 100644 --- a/less/panels.less +++ b/less/panels.less @@ -25,9 +25,6 @@ // any kind of custom content between the two. .panel { - > .table { - margin-bottom: 0; - } > .list-group { margin-bottom: 0; |
