Kaynağa Gözat

CSS styling for examples added.

Rainer Klute 8 yıl önce
ebeveyn
işleme
e5679d64cd
1 değiştirilmiş dosya ile 13 ekleme ve 0 silme
  1. 13 0
      plugins/org.yakindu.sct.doc.user/css/yakindu.css

+ 13 - 0
plugins/org.yakindu.sct.doc.user/css/yakindu.css

@@ -247,3 +247,16 @@ body.eclipsehelp {
     content: "";
     counter-increment: none
 }
+
+.body-container .primary .example {
+    border-style: solid;
+    border-width: 1px;
+    border-color: #cccccc;
+    border-radius: 4px;
+    background-color: #e8f2fe;
+    padding-top: 1ex;
+    padding-bottom: 0.5ex;
+    padding-right: 1em;
+    padding-left: 1em;
+    margin-bottom: 1ex;
+}