1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

Forum: CSS to limit over-sized images.

This commit is contained in:
Cameron 2017-04-19 14:26:00 -07:00
parent 3355f76c09
commit 3fd7bad708

View File

@ -5,6 +5,7 @@
#poll.tab-pane .form-group { margin-left: 0; margin-right:0}
#forum-viewtopic { margin-top: 15px }
#forum-viewtopic li img { max-width:100%}
#forum-viewtopic li.forum-viewtopic-post { border-top:1px solid rgba(100,100,100,0.2); padding:15px 10px }
#forum-viewtopic li.forum-viewtopic-post:nth-child(odd) { background-color: rgba(100,100,100,0.09) }
#forum-viewtopic li ul.thumbnails { margin-top:15px }