mirror of
https://github.com/actix/actix-website
synced 2025-08-31 00:50:20 +02:00
detail Adjustment
This commit is contained in:
@@ -171,7 +171,9 @@ img {
|
|||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
}
|
}
|
||||||
|
.navbar-nav #nav-blog {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
.navbar-nav .language-selector {
|
.navbar-nav .language-selector {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
@@ -39,7 +39,7 @@
|
|||||||
|
|
||||||
|
|
||||||
window.onload = function(){
|
window.onload = function(){
|
||||||
if (window.location.href.search("cn") == -1) {
|
if (window.location.href.search("cn") != -1) {
|
||||||
document.getElementById("nav-blog").style.display = "none"
|
document.getElementById("nav-blog").style.display = "inline"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user