Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion 0.1.1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="None">

<style type="text/css">
h2.pos_top
{
position:relative;
top: -10px;
}
</style>

<link rel="shortcut icon" href="/img/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
Expand Down Expand Up @@ -89,7 +96,9 @@
<img class="wm-top-logo" src="/img/bigdl_logo.png"/>
</a>
</div>

<div class="wm-top-title">
<h2 class="pos_top">Version</h2>
</div>
<div class="wm-top-title">
<select id="versions" class="wm-top-link wm-top-more wm-top-version-select" onchange="javascript:switchVersion(this)">
</select>
Expand Down
11 changes: 10 additions & 1 deletion 0.2.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="None">
<style type="text/css">
h2.pos_top
{
position:relative;
top: -10px;
}
</style>


<link rel="shortcut icon" href="/img/favicon.ico">
Expand Down Expand Up @@ -89,7 +96,9 @@
<img class="wm-top-logo" src="/img/bigdl_logo.png"/>
</a>
</div>

<div class="wm-top-title">
<h2 class="pos_top">Version</h2>
</div>
<div class="wm-top-title">
<select id="versions" class="wm-top-link wm-top-more wm-top-version-select" onchange="javascript:switchVersion(this)">
</select>
Expand Down
11 changes: 10 additions & 1 deletion 0.3.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="None">
<style type="text/css">
h2.pos_top
{
position:relative;
top: -10px;
}
</style>


<link rel="shortcut icon" href="/img/favicon.ico">
Expand Down Expand Up @@ -89,7 +96,9 @@
<img class="wm-top-logo" src="/img/bigdl_logo.png"/>
</a>
</div>

<div class="wm-top-title">
<h2 class="pos_top">Version</h2>
</div>
<div class="wm-top-title">
<select id="versions" class="wm-top-link wm-top-more wm-top-version-select" onchange="javascript:switchVersion(this)">
</select>
Expand Down
11 changes: 10 additions & 1 deletion 0.4.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="None">

<style type="text/css">
h2.pos_top
{
position:relative;
top: -10px;
}
</style>

<link rel="shortcut icon" href="/img/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
Expand Down Expand Up @@ -88,7 +95,9 @@
<img class="wm-top-logo" src="/img/bigdl_logo.png"/>
</a>
</div>

<div class="wm-top-title">
<h2 class="pos_top">Version</h2>
</div>
<div class="wm-top-title">
<select id="versions" class="wm-top-link wm-top-more wm-top-version-select" onchange="javascript:switchVersion(this)">
</select>
Expand Down
6 changes: 3 additions & 3 deletions css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ body {
***********************************************************************/

.navbar {
background-color: #0071c5;
background-color: #ffffff;
box-shadow: 0 1.5px 3px rgba(0,0,0,.24), 0 3px 8px rgba(0,0,0,.05);
border: none;
border-radius: 0px;
Expand Down Expand Up @@ -88,7 +88,7 @@ body {
}

.wm-top-version-select {
background-color: #0071c5;
background-color: #ffffff;
border: none
}

Expand All @@ -107,7 +107,7 @@ body {
right: 0px;
padding: inherit;
width: 100%;
background-color: #0071c5;
background-color: #ffffff;
}

.wm-top-search {
Expand Down
12 changes: 10 additions & 2 deletions master/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ body {
***********************************************************************/

.navbar {

background-color: #0071c5;

box-shadow: 0 1.5px 3px rgba(0,0,0,.24), 0 3px 8px rgba(0,0,0,.05);
border: none;
border-radius: 0px;
Expand Down Expand Up @@ -42,7 +44,7 @@ body {
}

.wm-top-link, .wm-top-link:hover, .wm-top-link:active, .wm-top-link:visited, .wm-top-link:focus {
color: #fff;
color: #000000;
text-decoration: none;
}

Expand Down Expand Up @@ -82,18 +84,22 @@ body {

.wm-top-more{
height: 50px;
white-space: nowrap;
white-space: nowrap;
vertical-align: middle;
font-size: 10pt;
}

.wm-top-version-select {

background-color: #0071c5;

border: none
}

.wm-top-version-select option {

background-color: #f2f2f2;

color: #546e7a
}

Expand All @@ -107,7 +113,9 @@ body {
right: 0px;
padding: inherit;
width: 100%;

background-color: #0071c5;

}

.wm-top-search {
Expand Down
12 changes: 10 additions & 2 deletions master/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="None">

<style type="text/css">
h2.pos_top
{
position:relative;
top: -10px;
}
</style>

<link rel="shortcut icon" href="/img/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
Expand Down Expand Up @@ -88,7 +94,9 @@
<img class="wm-top-logo" src="/img/bigdl_logo.png"/>
</a>
</div>

<div class="wm-top-title">
<h2 class="pos_top">Version</h2>
</div>
<div class="wm-top-title">
<select id="versions" class="wm-top-link wm-top-more wm-top-version-select" onchange="javascript:switchVersion(this)">
</select>
Expand Down