summaryrefslogtreecommitdiff
path: root/spec/public/stylesheets/screen-small.css
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@typesafe.com>2015-05-01 11:42:55 +0200
committerLukas Rytz <lukas.rytz@typesafe.com>2015-05-01 11:42:55 +0200
commitfaa32647ac69305dd2b111ca18b3f7fa2b948a49 (patch)
treee17631be330ae74b872e53a979dc83691f4f4796 /spec/public/stylesheets/screen-small.css
parent00b5adfbf3618639b501d1859f7a023083a4b8c3 (diff)
parente596d1a65d81a81a54847d90d2d90be3ffbb3d92 (diff)
downloadscala-faa32647ac69305dd2b111ca18b3f7fa2b948a49.tar.gz
scala-faa32647ac69305dd2b111ca18b3f7fa2b948a49.tar.bz2
scala-faa32647ac69305dd2b111ca18b3f7fa2b948a49.zip
Merge pull request #4480 from retronym/merge/2.11.x-to-2.12.x-20150501
Merge 2.11.x to 2.12.x [ci: last-only]
Diffstat (limited to 'spec/public/stylesheets/screen-small.css')
-rw-r--r--spec/public/stylesheets/screen-small.css57
1 files changed, 57 insertions, 0 deletions
diff --git a/spec/public/stylesheets/screen-small.css b/spec/public/stylesheets/screen-small.css
new file mode 100644
index 0000000000..674db7c490
--- /dev/null
+++ b/spec/public/stylesheets/screen-small.css
@@ -0,0 +1,57 @@
+body {
+ padding: 0px;
+ margin: 0px;
+}
+aside.left {
+ position: relative;
+ margin: 0px auto;
+ overflow: visible;
+ height: inherit;
+ margin-bottom: 40px;
+ background-color: #073642;
+}
+header {
+ position: relative;
+ height: inherit;
+ min-height: 32px;
+}
+main {
+ max-width: 1000px;
+ min-width: 600px;
+ margin: 0 auto;
+}
+
+#chapters a {
+ font-size: 14px;
+ max-height: 32px;
+ padding: 4px 8px;
+ white-space: nowrap;
+ display: inline-block;
+}
+#chapters > #github {
+ padding: 14px;
+}
+
+#toc {
+ overflow: visible;
+}
+#toc .toc-active {
+ background: inherit;
+}
+#toc .toc-h1 {
+ display: inherit;
+}
+#toc .toc-h1 a {
+ padding-left: 10px;
+ color: #FFFFFF;
+ background: #72D0EB;
+}
+#toc .toc-h2 a {
+ padding-left: 30px;
+}
+#toc .toc-h3 a {
+ padding-left: 50px;
+}
+#toc a {
+ font-size: 14px;
+}