mirror of
https://github.com/DataTables/DataTables.git
synced 2025-03-15 16:29:16 +01:00
Examples: Add <code> CSS markup for examples.
This commit is contained in:
parent
c2af41140b
commit
6855be79f5
@ -104,4 +104,19 @@
|
|||||||
height: 100px;
|
height: 100px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#dt_example code {
|
||||||
|
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
|
||||||
|
padding: 2px 4px !important;
|
||||||
|
white-space: nowrap;
|
||||||
|
font-size: 0.9em;
|
||||||
|
|
||||||
|
color: #D14;
|
||||||
|
background-color: #F7F7F9;
|
||||||
|
|
||||||
|
border: 1px solid #E1E1E8;
|
||||||
|
-webkit-border-radius: 3px;
|
||||||
|
-moz-border-radius: 3px;
|
||||||
|
border-radius: 3px;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user