소스 검색

remove unneeded css

Gregg Tavares 6 년 전
부모
커밋
a8c5a8ffce
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  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;