mirror of
https://github.com/corda/corda.git
synced 2025-02-14 22:52:22 +00:00
[ENT-1894]: Change old log for new red-white one. (#941)
This commit is contained in:
parent
4527717923
commit
4bb548c09b
@ -66,11 +66,13 @@ a:visited {
|
|||||||
color: transparent;
|
color: transparent;
|
||||||
background-image: url('../images/fg002_corda_w3.png');
|
background-image: url('../images/fg002_corda_w3.png');
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: Auto 20px;
|
background-position: center center;
|
||||||
background-position: center top;
|
|
||||||
background-origin: content box;
|
background-origin: content box;
|
||||||
height: 20px;
|
background-size: cover;
|
||||||
width: 100%
|
width: 100%;
|
||||||
|
height: 0;
|
||||||
|
padding: 0; /* reset */
|
||||||
|
padding-bottom: calc(100% * 1 / 4);
|
||||||
}
|
}
|
||||||
|
|
||||||
.wy-side-nav-search input[type=text] {
|
.wy-side-nav-search input[type=text] {
|
||||||
@ -182,17 +184,25 @@ a:visited {
|
|||||||
|
|
||||||
.wy-nav-top {
|
.wy-nav-top {
|
||||||
background-color: #252627;
|
background-color: #252627;
|
||||||
|
line-height: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wy-nav-top a {
|
.wy-nav-top a {
|
||||||
color: transparent;
|
color: transparent;
|
||||||
background-image: url('../images/fg002_corda_w3.png');
|
background-image: url('../images/fg002_corda_w3.png');
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: Auto 19px;
|
background-position: center center;
|
||||||
background-position: center top;
|
|
||||||
background-origin: content box;
|
background-origin: content box;
|
||||||
|
background-size: cover;
|
||||||
|
width: 100%;
|
||||||
|
height: 0;
|
||||||
|
padding: 0; /* reset */
|
||||||
|
padding-bottom: calc(100% * 1 / 4);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wy-nav-top a {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
/* Version dropdown */
|
/* Version dropdown */
|
||||||
|
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 5.9 KiB After Width: | Height: | Size: 14 KiB |
Loading…
x
Reference in New Issue
Block a user