Fixed left padding of GeSHiFilter 'pre' elements
This commit is contained in:
parent
5c5aaddc78
commit
b461f2b690
2 changed files with 18 additions and 33 deletions
|
@ -30,7 +30,7 @@
|
|||
color: #777; */
|
||||
}
|
||||
.node .meta ul li a:hover { /*
|
||||
color: #555;
|
||||
color: #555;
|
||||
border-bottom: 1px dotted #555; */
|
||||
}
|
||||
.node .meta ul li a.active { /*
|
||||
|
@ -146,27 +146,6 @@ img.filefield-icon {
|
|||
margin: 4px 0 0 -22px !important;
|
||||
}
|
||||
|
||||
/*
|
||||
* "GeSHi Filter" module.
|
||||
*/
|
||||
div.geshifilter {
|
||||
border: 0;
|
||||
margin: -9.5px;
|
||||
padding: 9.5px;
|
||||
background: transparent;
|
||||
}
|
||||
div.geshifilter pre {
|
||||
border: 0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background-color: transparent;
|
||||
overflow: visible;
|
||||
}
|
||||
div.geshifilter ol {
|
||||
padding-left: 3em;
|
||||
color: #b2b2b2;
|
||||
}
|
||||
|
||||
/*
|
||||
* Redefine modules/node/node.css styles.
|
||||
*/
|
||||
|
|
Reference in a new issue