cross-referencing I2CP and Streaming use in higher-level API's, changing language display to be pure-text
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user