|
From: <de...@us...> - 2009-09-27 04:32:24
|
Revision: 1845
http://iterm.svn.sourceforge.net/iterm/?rev=1845&view=rev
Author: delx
Date: 2009-09-27 04:32:18 +0000 (Sun, 27 Sep 2009)
Log Message:
-----------
Don't stretch screenshots too much
Modified Paths:
--------------
website/style.css
Modified: website/style.css
===================================================================
--- website/style.css 2009-09-27 04:31:27 UTC (rev 1844)
+++ website/style.css 2009-09-27 04:32:18 UTC (rev 1845)
@@ -149,6 +149,6 @@
.screenshot img {
border: double gray;
- width: 90%;
+ max-width: 90%;
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|