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

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

cap image sizes out at the width of the parent when contained in fluid

parent 3bd63831
No related branches found
No related tags found
No related merge requests found
...@@ -272,6 +272,10 @@ div#content .aside:first-child { ...@@ -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) * The .inner class is for the content wrapper on inner pages (as opposed to the home page)
*/ */
.fluid img {
max-width: 100%;
}
div#content .inner .fluid { div#content .inner .fluid {
background-repeat: repeat-y; background-repeat: repeat-y;
border-left: 1px solid #abcc71; 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