1
0
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:
Allan Jardine 2015-04-29 17:10:34 +01:00
parent 2176acf2fb
commit 8423b06fae
2 changed files with 7 additions and 1 deletions

View File

@ -1 +1 @@
485b259e5c02ae763636f51c73b03b3feadc9a15
354c9cb217149989496080939491dbe517bf8a79

View File

@ -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 {