1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-03-21 13:29:04 +01:00

Fix examples: Example pages styling updated to work better when operating with Bootstrap and Foundation styled table examples

This commit is contained in:
Allan Jardine 2015-05-06 11:28:52 +01:00
parent ded5ee322c
commit 9a7cf935ea
2 changed files with 7 additions and 4 deletions

View File

@ -1 +1 @@
ee161c1e2b8b2a510ee47b39c0e908b1385eafdc
1dc69c628c87aae3c98b6118fcb16a19e4b773a2

View File

@ -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%;