mirror of
https://github.com/DataTables/DataTables.git
synced 2025-02-19 17:54:14 +01:00
Dev: On Bootstrap CSS demo pages don't change the Bootstrap default font
This commit is contained in:
parent
2176acf2fb
commit
8423b06fae
@ -1 +1 @@
|
||||
485b259e5c02ae763636f51c73b03b3feadc9a15
|
||||
354c9cb217149989496080939491dbe517bf8a79
|
||||
|
@ -9,6 +9,11 @@ body {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
body.dt-example-bootstrap {
|
||||
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||
font-size: 14px;
|
||||
line-height: 1.42857143;
|
||||
}
|
||||
|
||||
div.container {
|
||||
max-width: 980px;
|
||||
@ -277,6 +282,7 @@ ul.tabs li.active:hover {
|
||||
|
||||
div.tabs {
|
||||
clear: both;
|
||||
margin-top: -1px;
|
||||
}
|
||||
|
||||
div.tabs>div {
|
||||
|
Loading…
x
Reference in New Issue
Block a user