From 5322a3e95e3fc303241cf898e8c5fef6e4857712 Mon Sep 17 00:00:00 2001 From: Gosha Arinich Date: Sat, 5 Jan 2013 20:16:31 +0300 Subject: fix img width in guides --- guides/assets/stylesheets/main.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'guides/assets') diff --git a/guides/assets/stylesheets/main.css b/guides/assets/stylesheets/main.css index 589c96e0e9..6cbca98ecb 100644 --- a/guides/assets/stylesheets/main.css +++ b/guides/assets/stylesheets/main.css @@ -83,6 +83,10 @@ table th { padding: 0.5em 1em; } +img { + max-width: 100%; +} + /* Structure and Layout --------------------------------------- */ -- cgit v1.2.3