Finally fixed that horror

I finally fixed the Geshi-Highlight ugliness!

here’s the CSS file:

# wp-geshi-highlight.css
.wp-geshi-highlight {
    font-size: 12px;
    line-height: 13px;
    width: 100%;
    background-color: #151515;
    padding-left: 5px;
    padding-top: 3px;
    padding-bottom: 4px;
    overflow-x: auto;
    overflow-y: hidden;
    border-radius: 3px;
    /*-moz-border-radius: 3px;*/
    }

.wp-geshi-highlight pre {
    overflow: visible;
    margin: 0;
    padding: 0;
    }
    
.wp-geshi-highlight ol {
    padding-right: 0;
    }       

.wp-geshi-highlight li {
    padding-left: 2px;
    }

/* fancy shadows. original source:

http://www.thestyleworks.de/tut-art/shadow.shtml*/

div.wp-geshi-highlight-wrap, div.wp-geshi-highlight-wrap2, div.wp-geshi-highlight-wrap3, …