little update
This commit is contained in:
parent
c0bc6df3e7
commit
0064ddd548
@ -1,19 +1,19 @@
|
||||
.gist {
|
||||
.code, .gist {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.gist div {
|
||||
.code, .gist div {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.gist .gist-file {
|
||||
.code, .gist .gist-file {
|
||||
border: 1px solid #dedede; /* gray */
|
||||
font-family: Monaco, "Courier New", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", monospace;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.gist .gist-file .gist-meta {
|
||||
.code, .gist .gist-file .gist-meta {
|
||||
overflow: hidden;
|
||||
font-size: 85%;
|
||||
padding: .5em;
|
||||
@ -21,15 +21,15 @@
|
||||
background-color: #eaeaea;
|
||||
}
|
||||
|
||||
.gist .gist-file .gist-meta a {
|
||||
.code, .gist .gist-file .gist-meta a {
|
||||
color: #369;
|
||||
}
|
||||
|
||||
.gist .gist-file .gist-meta a:visited {
|
||||
.code, .gist .gist-file .gist-meta a:visited {
|
||||
color: #737;
|
||||
}
|
||||
|
||||
.gist .gist-file .gist-data {
|
||||
.code, .gist .gist-file .gist-data {
|
||||
overflow: auto;
|
||||
word-wrap: normal;
|
||||
background-color: #f8f8ff;
|
||||
@ -37,7 +37,7 @@
|
||||
font-size: 100%;
|
||||
}
|
||||
|
||||
.gist .gist-file .gist-data pre {
|
||||
.code, .gist .gist-file .gist-data pre {
|
||||
font-family: 'Bitstream Vera Sans Mono', 'Courier', monospace;
|
||||
background: transparent !important;
|
||||
margin: 0 !important;
|
||||
@ -45,18 +45,18 @@
|
||||
padding: .25em .5em .5em .5em !important;
|
||||
}
|
||||
|
||||
.gist .gist-file .gist-data .gist-highlight {
|
||||
.code, .gist .gist-file .gist-data .gist-highlight {
|
||||
background: transparent !important;
|
||||
}
|
||||
|
||||
.gist .gist-file .gist-data .gist-line-numbers {
|
||||
.code, .gist .gist-file .gist-data .gist-line-numbers {
|
||||
background-color: #ececec;
|
||||
color: #aaa;
|
||||
border-right: 1px solid #ddd;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.gist .gist-file .gist-data .gist-line-numbers span {
|
||||
.code, .gist .gist-file .gist-data .gist-line-numbers span {
|
||||
clear: right;
|
||||
display: block;
|
||||
}
|
||||
|
@ -67,7 +67,9 @@ function cleaner(b) {
|
||||
'.masthead',
|
||||
'.breadcrumb-header',
|
||||
'.single-recipe-sidebar',
|
||||
'#recipe-related-videos'
|
||||
'#recipe-related-videos',
|
||||
'#tnav',
|
||||
'.footer'
|
||||
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user