]> git.sesse.net Git - itkacl/blobdiff - itkacl-web-1.0/web/itkacl.css
Add some CSS to make things not entirely horrible.
[itkacl] / itkacl-web-1.0 / web / itkacl.css
diff --git a/itkacl-web-1.0/web/itkacl.css b/itkacl-web-1.0/web/itkacl.css
new file mode 100644 (file)
index 0000000..c8bec7d
--- /dev/null
@@ -0,0 +1,36 @@
+div.floatingtree {
+       float: right;
+       border-left: 1px solid navy;
+       padding-left: 1em;
+       margin-left: 1em;
+       margin-bottom: 1em;
+       min-height: 100%;
+       width: 17em;
+       background: white;
+}
+.tree {
+       font-family: ms sans serif, sans-serif;
+       font-size: 12px;
+}
+.tree img {
+       vertical-align: middle;
+       border: 0px;
+}
+.tree p {
+       margin-top: 0;
+       margin-bottom: 0;
+       padding-top: 0;
+       padding-bottom: 0;
+}
+.tree a:link, .tree a:visited {
+       text-decoration: underline;
+       color: navy;
+}
+.tree a:hover {
+       text-decoration: none;
+}
+
+img {
+       border:0;
+}
+