This is an automated email from the ASF dual-hosted git repository.
dkuppitz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
The following commit(s) were added to refs/heads/master by this push:
new 0c2e0b5 CTR: Increased number of visible code tabs in docs from 5 to 6
0c2e0b5 is described below
commit 0c2e0b592092f25bccb0c917297092ca87c1c6b9
Author: Daniel Kuppitz <[email protected]>
AuthorDate: Sat Jan 5 09:35:18 2019 -0700
CTR: Increased number of visible code tabs in docs from 5 to 6
---
docs/sass/tabs.scss | 2 +-
docs/stylesheets/tinkerpop.css | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/sass/tabs.scss b/docs/sass/tabs.scss
index 9922ba4..08a89b7 100644
--- a/docs/sass/tabs.scss
+++ b/docs/sass/tabs.scss
@@ -28,7 +28,7 @@ $inactive: #e9ffe9;
$tabHeight: 50px;
$minTabs: 2;
-$maxTabs: 5;
+$maxTabs: 6;
@mixin single-transition($property:all, $speed:150ms, $ease:ease, $delay: 0s) {
-webkit-transition: $property $speed $ease $delay;
diff --git a/docs/stylesheets/tinkerpop.css b/docs/stylesheets/tinkerpop.css
index 8b1dec1..3a392c1 100644
--- a/docs/stylesheets/tinkerpop.css
+++ b/docs/stylesheets/tinkerpop.css
@@ -692,4 +692,4 @@ table.tableblock.grid-all th.tableblock,
table.tableblock.grid-all td.tableblock
#footer { background-color: #465158; padding: 2em; }
#footer-text { color: #eee; font-size: 0.8em; text-align: center; }
-.tabs{position:relative;margin:40px
auto;width:1024px;max-width:100%;overflow:hidden;padding-top:10px;margin-bottom:60px}.tabs
input{position:absolute;z-index:1000;height:50px;left:0;top:0;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);cursor:pointer;margin:0}.tabs
input:hover+label{background:#e08f24}.tabs
label{background:#e9ffe9;color:#1a1a1a;font-size:15px;line-height:50px;height:60px;position:relative;top:0;padding:0
20px;float:left [...]
+.tabs{position:relative;margin:40px
auto;width:1024px;max-width:100%;overflow:hidden;padding-top:10px;margin-bottom:60px}.tabs
input{position:absolute;z-index:1000;height:50px;left:0;top:0;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);cursor:pointer;margin:0}.tabs
input:hover+label{background:#e08f24}.tabs
label{background:#e9ffe9;color:#1a1a1a;font-size:15px;line-height:50px;height:60px;position:relative;top:0;padding:0
20px;float:left [...]