Browse Source

remove unneeded css

Gregg Tavares 6 years ago
parent
commit
a8c5a8ffce
1 changed files with 0 additions and 6 deletions
  1. 0 6
      threejs/lessons/resources/lesson.css

+ 0 - 6
threejs/lessons/resources/lesson.css

@@ -20,16 +20,10 @@ table {
 pre {
 pre {
   background: rgb(143, 140, 140);
   background: rgb(143, 140, 140);
   padding: 1em;
   padding: 1em;
-  line-height: 1;
-  background: #444;
-  overflow: auto;
 }
 }
 pre>code {
 pre>code {
   white-space: inherit;
   white-space: inherit;
   background: none;
   background: none;
-  font-size: 10pt;
-  padding: none;
-  color: #99e4fd;
 }
 }
 pre.prettyprint {
 pre.prettyprint {
     margin-top: 2em !important;
     margin-top: 2em !important;