aboutsummaryrefslogtreecommitdiff
path: root/documentation/3.0/api/lib/ref-index.css
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2016-06-08 18:34:47 -0700
committerJakob Odersky <jakob@odersky.com>2016-06-08 18:34:47 -0700
commita28fd59f59729056806b7f569b514a24ebf598b0 (patch)
treed858d2d2d384d85250fbce715546fd8fe26c78c5 /documentation/3.0/api/lib/ref-index.css
parentefece7b8fe842ab7be535a4b06a765d96e3b3b23 (diff)
downloadakka-serial-a28fd59f59729056806b7f569b514a24ebf598b0.tar.gz
akka-serial-a28fd59f59729056806b7f569b514a24ebf598b0.tar.bz2
akka-serial-a28fd59f59729056806b7f569b514a24ebf598b0.zip
Add documentation for 3.0 release
Diffstat (limited to 'documentation/3.0/api/lib/ref-index.css')
-rw-r--r--documentation/3.0/api/lib/ref-index.css30
1 files changed, 30 insertions, 0 deletions
diff --git a/documentation/3.0/api/lib/ref-index.css b/documentation/3.0/api/lib/ref-index.css
new file mode 100644
index 0000000..7d64b9c
--- /dev/null
+++ b/documentation/3.0/api/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