Browse Source

Merge branch 'master' of http://git_xt.git.topm.win:8080/wenhongquan/VisualInspection

温红权 9 năm trước cách đây
mục cha
commit
84b0abfadd
2 tập tin đã thay đổi với 14 bổ sung1 xóa
  1. 11 0
      .project
  2. 3 1
      VisualInspection/css/demo.css

+ 11 - 0
.project

@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>VisualInspection</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+	</buildSpec>
+	<natures>
+	</natures>
+</projectDescription>

+ 3 - 1
VisualInspection/css/demo.css

@@ -1 +1,3 @@
-img { border: 5px solid #ccc; }
+img { 
+    border: 5px solid #ccc; 
+}