Преглед изворни кода

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;
+}