I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 6dc65fa6 authored by idk's avatar idk
Browse files

limit inner image size

parent 5189f950
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,7 @@ Older versions:
<li>Java - <a href="https://github.com/eyedeekay/Jsam">Jsam</a></li>
<li>Python - <a href="https://github.com/l-n-s/i2plib">i2plib</a>,
<a href="https://github.com/majestrate/i2p.socket">i2p.socket</a>,
<a href="https://github.com/MuxZeroNet/leaflet">leaflet</a>,
<a href="https://github.com/str4d/txi2p">txi2p</a></li>
<li>Ruby - <a href="https://github.com/dryruby/i2p.rb">i2p.rb</a></li>
<li>Rust - <a href="https://github.com/stallmanifold/rust-i2p">rust-i2p</a></li>
......
......@@ -272,6 +272,10 @@ div#content .aside:first-child {
* The .inner class is for the content wrapper on inner pages (as opposed to the home page)
*/
.inner .fluid img {
max-width: 100%;
}
div#content .inner .fluid {
background-repeat: repeat-y;
border-left: 1px solid #abcc71;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment