a thoughtful web.
Good ideas and conversation. No ads, no tracking.   Login or Take a Tour!
comment
aeontech  ·  4405 days ago  ·  link  ·    ·  parent  ·  post: Images in posts cut off by the "similar posts" column

Looks good though I think you don't really need the 20% white space on the right of the image.

    .wholepub {
         width: 66%;
         float: left;
    -    overflow: auto;
    }
    .pubimage {
    -    position: relative;
    -    max-width: 80%;
    +    max-width: 100%;
        box-shadow: 3px 3px 2px #888;
    -    overflow: hidden;
        margin: 12px 0px;
    }