From 5a1543c5c0fceea246bc6701469e7c01459509da Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Tue, 17 Jan 2012 14:52:35 +0200 Subject: initial files --- main.css | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 main.css (limited to 'main.css') 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; +} -- cgit v1.3.1