/* ===================================================================
 *  Apprentice [Google Reader - Resize Image]
 *  Google Reader - Customized CSS
 * ===================================================================
 *  Author  : Dora
 *  Version : Ver. 1.0   2010/02/18
 *  Version : Ver. 1.1   2010/04/08
 * ================================================================ */

/* ==================== Cascading Style Sheets ==================== */

@charset       "UTF-8";
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("https://www.google.com/reader/view/"),
               url-prefix("http://www.google.com/reader/view/"),
               /* It changes to the domain in your country */
               url-prefix("https://www.google.co.jp/reader/view/"),
               url-prefix("http://www.google.co.jp/reader/view/") {

/* Resize Image */
#entries img {
	max-width: 100% !important; /* **% - Please change into favorite size. */
	height: auto !important;
	}

}

/* ============================ Finish ============================ */