diff --git a/bip-minimal.svg b/bip-minimal.svg new file mode 100644 index 0000000..7579d0d --- /dev/null +++ b/bip-minimal.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/less/landing.less b/less/landing.less index fe307c8..58e49ef 100644 --- a/less/landing.less +++ b/less/landing.less @@ -52,6 +52,9 @@ @landing-action-bar-border-radius: 4px; .landing { + #landing-center-content { + min-height: @landing-sidebar-height; + } #landing-left-sidebar { width: @landing-left-sidebar-width; @@ -227,6 +230,10 @@ } // rules for overriding styles of altmetrics embedded library + .altmetric-embed { + position: relative !important; + z-index: 1 !important; + } .altmetric-normal-legend { margin: 0 40px 0 0 !important; .altmetric-see-more-details { diff --git a/logo-bip.png b/logo-bip.png deleted file mode 100644 index c5e37cc..0000000 Binary files a/logo-bip.png and /dev/null differ