Saturday, February 23, 2013

Removing Blogger's faint box around picture

Add this to CSS on Template


.post-body img, .post-body .tr-caption-container, .Profile img, .Image img,
.BlogList .item-thumbnail img {
  padding: none !important;
  border: none !important;
  background: none !important;
  -moz-box-shadow: 0px 0px 0px transparent !important;
  -webkit-box-shadow: 0px 0px 0px transparent !important;
  box-shadow: 0px 0px 0px transparent !important;
}

Credit: http://www.perfectly-polished-nails.com/2012/01/how-to-delete-faint-line-around.html

Windows Update Registry Tweaks

Windows Update Registry Tweaks Extend Pause Duration Extends Windows Update pause options from default to max of ~7,300 days. Copy to Not...