mirror of
https://github.com/corda/corda.git
synced 2025-02-12 05:35:50 +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;
|
||||
background-image: url('../images/fg002_corda_w3.png');
|
||||
background-repeat: no-repeat;
|
||||
background-size: Auto 20px;
|
||||
background-position: center top;
|
||||
background-position: center center;
|
||||
background-origin: content box;
|
||||
height: 20px;
|
||||
width: 100%
|
||||
background-size: cover;
|
||||
width: 100%;
|
||||
height: 0;
|
||||
padding: 0; /* reset */
|
||||
padding-bottom: calc(100% * 1 / 4);
|
||||
}
|
||||
|
||||
.wy-side-nav-search input[type=text] {
|
||||
@ -182,21 +184,29 @@ a:visited {
|
||||
|
||||
.wy-nav-top {
|
||||
background-color: #252627;
|
||||
line-height: inherit;
|
||||
}
|
||||
|
||||
.wy-nav-top a {
|
||||
color: transparent;
|
||||
background-image: url('../images/fg002_corda_w3.png');
|
||||
background-repeat: no-repeat;
|
||||
background-size: Auto 19px;
|
||||
background-position: center top;
|
||||
background-position: center center;
|
||||
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 {
|
||||
border-radius: 4px;
|
||||
border-color: #263673;
|
||||
}
|
||||
}
|
||||
|
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