summaryrefslogtreecommitdiffstats
path: root/lib/ref-index.css
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-02-28 19:31:58 -0600
committerJesse Luehrs <doy@tozt.net>2013-02-28 19:31:58 -0600
commitc26b0869a2b68d349eeb4baed11eaa2013b11f83 (patch)
tree5dd7515e164b0e4da6f85bb43b36b1008afedf94 /lib/ref-index.css
downloadscala-test-more-c26b0869a2b68d349eeb4baed11eaa2013b11f83.tar.gz
scala-test-more-c26b0869a2b68d349eeb4baed11eaa2013b11f83.zip
docs
Diffstat (limited to 'lib/ref-index.css')
-rw-r--r--lib/ref-index.css30
1 files changed, 30 insertions, 0 deletions
diff --git a/lib/ref-index.css b/lib/ref-index.css
new file mode 100644
index 0000000..7d64b9c
--- /dev/null
+++ b/lib/ref-index.css
@@ -0,0 +1,30 @@
+body {
+ font-size: 10pt;
+ font-family: Arial, sans-serif;
+}
+
+a {
+ color:#315479;
+}
+
+.letters {
+ width:100%;
+ text-align:center;
+ margin:0.6em;
+ padding:0.1em;
+ border-bottom:1px solid gray;
+}
+
+.entry {
+ border-bottom: 1px solid lightgray;
+ padding: 5px 0 8px;
+}
+
+.name {
+ /* background-color:#E5E5E5; */
+}
+
+.occurrences {
+ margin-left: 1em;
+ margin-top: 5px;
+} \ No newline at end of file