Simple image host.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

style.css 116B

123456789
  1. #viewer .image {
  2. margin-bottom: 20px;
  3. }
  4. #viewer .image img {
  5. width: 100%;
  6. }
  7. #viewer .image .url {
  8. width: 100%;
  9. }