Keep images inside .box, use 1.5em line height

This commit is contained in:
str4d
2015-05-30 03:35:37 +00:00
parent fa7cfd9fe4
commit 3cf2235fd6

View File

@@ -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
*/