forked from I2P_Developers/i2p.www
Keep images inside .box, use 1.5em line height
This commit is contained in:
@@ -161,7 +161,7 @@ div#content .inner {
|
||||
position: relative;
|
||||
border-top: 2px solid #abcc71;
|
||||
color: black;
|
||||
line-height: 1.4em;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
|
||||
div#content .inner:before {
|
||||
@@ -270,6 +270,11 @@ div#content .inner td.blue {
|
||||
color: blue;
|
||||
}
|
||||
|
||||
div#content .inner .box img {
|
||||
height: auto;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
/*
|
||||
* Download page
|
||||
*/
|
||||
|
Reference in New Issue
Block a user