aboutsummaryrefslogtreecommitdiff
path: root/documentation/2.6/api/lib/ref-index.css
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2016-06-07 17:23:02 -0700
committerJakob Odersky <jakob@odersky.com>2016-06-07 17:23:02 -0700
commitc5ca7ed0cf5396e7a957cade3a6907b223f4f3d4 (patch)
tree742f73f647ba46afb9a7ece532df63fc3c1d0c2d /documentation/2.6/api/lib/ref-index.css
parent3de8d502558b1b07ecef32d9633a67fab79278cf (diff)
downloadakka-serial-c5ca7ed0cf5396e7a957cade3a6907b223f4f3d4.tar.gz
akka-serial-c5ca7ed0cf5396e7a957cade3a6907b223f4f3d4.tar.bz2
akka-serial-c5ca7ed0cf5396e7a957cade3a6907b223f4f3d4.zip
Add version 2.6
Diffstat (limited to 'documentation/2.6/api/lib/ref-index.css')
-rw-r--r--documentation/2.6/api/lib/ref-index.css30
1 files changed, 30 insertions, 0 deletions
diff --git a/documentation/2.6/api/lib/ref-index.css b/documentation/2.6/api/lib/ref-index.css
new file mode 100644
index 0000000..7d64b9c
--- /dev/null
+++ b/documentation/2.6/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