diff --git a/.datatables-commit-sync b/.datatables-commit-sync index 646cacc8..8dadaa61 100644 --- a/.datatables-commit-sync +++ b/.datatables-commit-sync @@ -1 +1 @@ -ee161c1e2b8b2a510ee47b39c0e908b1385eafdc +1dc69c628c87aae3c98b6118fcb16a19e4b773a2 diff --git a/examples/resources/demo.css b/examples/resources/demo.css index 0a378e7e..366a9b93 100644 --- a/examples/resources/demo.css +++ b/examples/resources/demo.css @@ -39,7 +39,7 @@ a { text-decoration: none; } -a:hover { +p > a:hover { text-decoration: underline; } @@ -286,9 +286,8 @@ div.tabs { } div.tabs>div { - padding: 0 15px; + padding: 15px; border: 1px solid #ccc; - margin-top: 1px; display: none; border-radius: 5px; box-shadow: 2px 2px 2px #bbb; @@ -299,6 +298,10 @@ div.tabs>div h1 { margin-top: 1em; } +div.tabs > div > p:first-child { + margin-top: 0; +} + div.column_half { float: left; width: 49%;