소스 검색

a few corrections to overview slide positioning

Hakim El Hattab 11 년 전
부모
커밋
a96ace5194
2개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 4 2
      css/reveal.css
  2. 0 0
      css/reveal.min.css

+ 4 - 2
css/reveal.css

@@ -1072,9 +1072,10 @@ body {
 
 .reveal.overview .slides section {
 	height: 600px;
+	top: -300px !important;
 	overflow: hidden;
-	opacity: 1!important;
-	visibility: visible!important;
+	opacity: 1 !important;
+	visibility: visible !important;
 	cursor: pointer;
 	background: rgba(0,0,0,0.1);
 }
@@ -1097,6 +1098,7 @@ body {
 	}
 .reveal.overview .slides>section.stack {
 	padding: 0;
+	top: 0 !important;
 	background: none;
 	overflow: visible;
 }

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
css/reveal.min.css


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.