aboutsummaryrefslogtreecommitdiff
path: root/docs/css
diff options
context:
space:
mode:
authorAndy Konwinski <andyk@berkeley.edu>2012-10-08 17:14:53 -0700
committerAndy Konwinski <andyk@berkeley.edu>2012-10-08 17:17:17 -0700
commite1a724f39ca986fb3aee9619ca80c10878520f56 (patch)
tree2233308989fb40592f211e13026999e0dc178e46 /docs/css
parent1231eb12e675fec47bc2d3139041b1c178a08c37 (diff)
downloadspark-e1a724f39ca986fb3aee9619ca80c10878520f56.tar.gz
spark-e1a724f39ca986fb3aee9619ca80c10878520f56.tar.bz2
spark-e1a724f39ca986fb3aee9619ca80c10878520f56.zip
Updating lots of docs to use the new special version number variables,
also adding the version to the navbar so it is easy to tell which version of Spark these docs were compiled for.
Diffstat (limited to 'docs/css')
-rwxr-xr-xdocs/css/main.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/css/main.css b/docs/css/main.css
index 13fe0b8195..83fc7c8ec9 100755
--- a/docs/css/main.css
+++ b/docs/css/main.css
@@ -20,6 +20,17 @@
font-size: 15px;
}
+.navbar .divider-vertical {
+ border-right-color: lightgray;
+}
+
+.navbar-text .version-text {
+ border: solid thin lightgray;
+ border-radius: 6px;
+ padding: 5px;
+ margin-left: 10px;
+}
+
body #content {
line-height: 1.6; /* Inspired by Github's wiki style */
}