summaryrefslogtreecommitdiff
path: root/main.css
diff options
context:
space:
mode:
authorYuval Adam <yuv.adm@gmail.com>2012-01-17 14:52:35 +0200
committerYuval Adam <yuv.adm@gmail.com>2012-01-17 14:52:35 +0200
commit5a1543c5c0fceea246bc6701469e7c01459509da (patch)
treeaca27aa2dd50353eadd603baa75be52276860535 /main.css
initial files
Diffstat (limited to 'main.css')
-rw-r--r--main.css34
1 files changed, 34 insertions, 0 deletions
diff --git a/main.css b/main.css
new file mode 100644
index 0000000..81e459a
--- /dev/null
+++ b/main.css
@@ -0,0 +1,34 @@
+body {
+ font-family: Verdana;
+ font-size: 8pt;
+}
+
+.subway-map {
+ margin: 0;
+ width: 500px;
+ height:410px;
+ background-color: white;
+}
+
+.text {
+ text-decoration: none;
+ color: black;
+}
+
+#legend {
+ float: left;
+ width: 250px;
+ height:400px;
+}
+
+#legend div {
+ height: 25px;
+}
+
+#legend span {
+ margin: 5px 5px 5px 0;
+}
+
+.subway-map span {
+ margin: 5px 5px 5px 0;
+}