Thread Starter
ksobon
(@ksobon)
I was able to get this far:
http://archi-lab.net/?p=510
with this code:
.gist pre {
text-align: left;
border: none !important;
}
.gist-file {
border: none !important;
}
.gist-meta {
border: 1px solid #FFFFFF !important;
padding: 10px !important;
background-color: #FFFFFF !important;
-webkit-border-bottom-left-radius: 0;
-webkit-border-bottom-right-radius: 0;
}
.gist-data {
padding: 0 !important;
font-size: 12px !important;
border-top: 3px solid #000 !important;
border-bottom: none !important;
border-left: none !important;
border-right: none !important;
background-color: #FFFFFF !important;
-webkit-border-top-left-radius: 0;
-webkit-border-top-right-radius: 0;
}
.line-numbers {
background-color: #FFFFFF !important;
}
but I am still seeing that silly inner frame. Is it possible to get rid of it?
Thank you,