[30286] trunk/www/macports.css

source_changes at macosforge.org source_changes at macosforge.org
Tue Oct 23 14:04:06 PDT 2007


Revision: 30286
          http://trac.macosforge.org/projects/macports/changeset/30286
Author:   sfiera at macports.org
Date:     2007-10-23 14:04:06 -0700 (Tue, 23 Oct 2007)

Log Message:
-----------
Scale the warning box with the page

Modified Paths:
--------------
    trunk/www/macports.css

Modified: trunk/www/macports.css
===================================================================
--- trunk/www/macports.css	2007-10-23 20:42:15 UTC (rev 30285)
+++ trunk/www/macports.css	2007-10-23 21:04:06 UTC (rev 30286)
@@ -158,9 +158,10 @@
 .warning {
     background: #FCC;
     border: 2px solid #F66;
-    padding: 0.5em;
+    padding: 6px;
     margin: 7px 7px 7px 198px;
-    width: 780px;
+    min-width: 320px;
+    max-width: 670px;
 }
 
 #footer {

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071023/0cafcf54/attachment-0001.html


More information about the macports-changes mailing list