Parcourir la source

remove unneeded css

Gregg Tavares il y a 6 ans
Parent
commit
a8c5a8ffce
1 fichiers modifiés avec 0 ajouts et 6 suppressions
  1. 0 6
      threejs/lessons/resources/lesson.css

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

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