diff --git a/.datatables-commit-sync b/.datatables-commit-sync index 7fef1a36..9dbee963 100644 --- a/.datatables-commit-sync +++ b/.datatables-commit-sync @@ -1 +1 @@ -031e8b85d58dd043f6e436f8571bb18cccc7e816 +f69ba81eb20a2002f3ad1e8979e1a973976a984f diff --git a/examples/resources/demo.css b/examples/resources/demo.css index 357e5dd5..d8ffc973 100644 --- a/examples/resources/demo.css +++ b/examples/resources/demo.css @@ -247,6 +247,8 @@ code.multiline { ul.tabs { + position: relative; + top: 1px; height: 40px; margin: 20px 20px 0 0; } @@ -255,7 +257,7 @@ ul.tabs { ul.tabs li { display: block; float: left; - padding: 0 20px; + padding: 0 15px; height: 40px; font-size: 1.2em; margin: 0 5px; @@ -283,8 +285,12 @@ ul.tabs li.active:hover { background-color: white; } +div.tabs { + clear: both; +} + div.tabs>div { - padding: 0 20px; + padding: 0 15px; border: 1px solid #ccc; margin-top: 1px; display: none;