cross-referencing I2CP and Streaming use in higher-level API's, changing language display to be pure-text

This commit is contained in:
hankhill19580
2019-06-27 18:36:24 +00:00
parent 3a5a7fa629
commit d8eb5e24ad
6 changed files with 38 additions and 27 deletions

View File

@@ -49,21 +49,25 @@ ul.languages {
}
ul.languages li {
display: inline-block;
*display: inline;
*zoom: 1;
/*display: inline-block;*/
display: inline;
margin: 0 -2px !important;
}
.langname {
background: green;
display: none;
display: block;
padding: 0.5em;
position: absolute;
/*position: absolute;*/
right: 0;
text-align: center;
top: 4em;
z-index: 1;
min-width: 4rem;
}
#cssmenu img {
display: none;
}
/* Dropdown menu CSS */
@@ -75,6 +79,7 @@ menu ul,
margin: 0;
padding: 0;
position: relative;
display: block;
}
#cssmenu {