I want to remove the code boundary when using google-code-prettify . I tried the following, but did not get any result.
pre.prettyprint { border: none; }
I also tried removing the borders of all the pre tags, the same did not work.
pre { border: none; }
Thanks!
source share