forked from I2P_Developers/i2p.www
fix language menu on site to look like the other menus
This commit is contained in:
@@ -39,9 +39,11 @@ and others can better understand who is using I2P, finding that there are about
|
|||||||
|
|
||||||
{% trans -%}(Excerpt taken from OTF blog post){%- endtrans %}
|
{% trans -%}(Excerpt taken from OTF blog post){%- endtrans %}
|
||||||
|
|
||||||
- `Blog
|
- `Original Blog
|
||||||
Post <https://homepage.np-tokumei.net/post/notes-otf-wrapup-blogpost/>`__
|
Post <https://homepage.np-tokumei.net/post/notes-otf-wrapup-blogpost/>`__
|
||||||
- `Metrics Portal <https://i2p-metrics.np-tokumei.net/>`__
|
- `OTF Mirror of the Blog
|
||||||
|
Post <https://www.opentech.fund/news/empirical-study-i2p-anonymity-network-and-its-censorship-resistance/>`__
|
||||||
|
- `I2P Metrics Portal <https://i2p-metrics.np-tokumei.net/>`__
|
||||||
|
|
||||||
{% trans -%}
|
{% trans -%}
|
||||||
The research paper is also available here:
|
The research paper is also available here:
|
||||||
|
@@ -49,16 +49,12 @@ ul.languages {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ul.languages li {
|
ul.languages li {
|
||||||
/*display: inline-block;*/
|
|
||||||
display: inline;
|
display: inline;
|
||||||
margin: 0 -2px !important;
|
margin: 0 -2px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.langname {
|
.langname {
|
||||||
background: green;
|
|
||||||
display: block;
|
display: block;
|
||||||
padding: 0.5em;
|
|
||||||
/*position: absolute;*/
|
|
||||||
right: 0;
|
right: 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
top: 4em;
|
top: 4em;
|
||||||
|
Reference in New Issue
Block a user