CASL II仕様書を独立したディレクトリーに配置
[YACASL2.git] / doc / casl2_spec / img / svgstyle.css
diff --git a/doc/casl2_spec/img/svgstyle.css b/doc/casl2_spec/img/svgstyle.css
new file mode 100644 (file)
index 0000000..757f0ff
--- /dev/null
@@ -0,0 +1,10 @@
+rect, path, line {
+    stroke: black;
+    stroke-width: 1;
+    fill: none;
+}
+
+text {
+    font-size: 10pt;
+    font-family: sans-serif;
+}