1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-02-19 17:54:14 +01:00

Dev: Updating the styling of the code blocks in the examples

This commit is contained in:
Allan Jardine 2016-05-02 16:17:02 +01:00
parent 26cbeccba1
commit 8761721627
2 changed files with 9 additions and 5 deletions

View File

@ -1 +1 @@
f62f7617c1f9539dac46d8964616e1dec730b8eb
e19273f356ee0538a74215e4ebb55d998929db9d

View File

@ -60,6 +60,11 @@
overflow: auto !important;
font-size: 1em !important;
clear: both;
box-shadow: inset 0 0 3px #555;
padding: 5px 3px;
background: #f8f8f8 !important;
box-sizing: border-box;
}
.syntaxhighlighter.source {
overflow: hidden !important;
@ -135,8 +140,8 @@
}
.syntaxhighlighter .toolbar {
position: absolute !important;
right: 1px !important;
top: -18px !important;
right: 10px !important;
top: 0 !important;
font-size: 10px !important;
z-index: 7 !important;
}
@ -244,7 +249,6 @@
* Dual licensed under the MIT and GPL licenses.
*/
.syntaxhighlighter {
background-color: white !important;
font-size: 13px !important;
overflow: visible !important;
}
@ -269,7 +273,7 @@
color: #5C5C5C !important;
}
.syntaxhighlighter .gutter .line.alt1, .syntaxhighlighter .gutter .line.alt2 {
background-color: white !important;
background-color: transparent !important;
}
.odd .syntaxhighlighter .gutter .line.alt1, .odd .syntaxhighlighter .gutter .line.alt2 {
background-color: #F2F2F2 !important;