diff options
author | Bruno Pérel <brunoperel@gmail.com> | 2014-10-20 14:09:27 +0200 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2014-10-20 14:41:22 -0400 |
commit | 14c4eae32423682dd291fea633081502077f4df9 (patch) | |
tree | 5a6491e98b753b4269dfde22f8628dea1b3df547 /demos/tabs | |
parent | 0fccf94113eb549ba591729f8854d1e289b0479b (diff) | |
download | jquery-ui-14c4eae32423682dd291fea633081502077f4df9.tar.gz jquery-ui-14c4eae32423682dd291fea633081502077f4df9.zip |
Demos: Remove duplicate CSS properties
Closes gh-1363
Diffstat (limited to 'demos/tabs')
-rw-r--r-- | demos/tabs/vertical.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/tabs/vertical.html b/demos/tabs/vertical.html index ec0b8e7af..98f2ba3b4 100644 --- a/demos/tabs/vertical.html +++ b/demos/tabs/vertical.html @@ -20,7 +20,7 @@ .ui-tabs-vertical .ui-tabs-nav { padding: .2em .1em .2em .2em; float: left; width: 12em; } .ui-tabs-vertical .ui-tabs-nav li { clear: left; width: 100%; border-bottom-width: 1px !important; border-right-width: 0 !important; margin: 0 -1px .2em 0; } .ui-tabs-vertical .ui-tabs-nav li a { display:block; } - .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active { padding-bottom: 0; padding-right: .1em; border-right-width: 1px; border-right-width: 1px; } + .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active { padding-bottom: 0; padding-right: .1em; border-right-width: 1px; } .ui-tabs-vertical .ui-tabs-panel { padding: 1em; float: right; width: 40em;} </style> </head> |