소스 검색

User documentation: image layout improved

Rainer Klute 9 년 전
부모
커밋
b67f6772d4
1개의 변경된 파일8개의 추가작업 그리고 1개의 파일을 삭제
  1. 8 1
      plugins/org.yakindu.sct.doc.user/css/custom.css

+ 8 - 1
plugins/org.yakindu.sct.doc.user/css/custom.css

@@ -112,4 +112,11 @@
 	filter: alpha(opacity =   40);
 	background: url("../img/player_play.png") center center no-repeat;
 	z-index: 10;
-}
+}
+
+img {
+    max-width: 94%;
+    height: auto;
+    margin-left: 3%;
+    display: block;
+}