[31476] trunk/www
jmpp at macports.org
jmpp at macports.org
Sat Nov 24 19:50:18 PST 2007
Revision: 31476
http://trac.macosforge.org/projects/macports/changeset/31476
Author: jmpp at macports.org
Date: 2007-11-24 19:50:17 -0800 (Sat, 24 Nov 2007)
Log Message:
-----------
Rename it to a more appropriate 'warnings' and place it within the css according to the content flow of our pages.
Modified Paths:
--------------
trunk/www/includes/warnings.inc
trunk/www/macports.css
Modified: trunk/www/includes/warnings.inc
===================================================================
--- trunk/www/includes/warnings.inc 2007-11-25 03:44:13 UTC (rev 31475)
+++ trunk/www/includes/warnings.inc 2007-11-25 03:50:17 UTC (rev 31476)
@@ -5,7 +5,7 @@
?>
-<div id="warning">
+<div id="warnings">
<?php
# Warning against darwinports.com leech!
Modified: trunk/www/macports.css
===================================================================
--- trunk/www/macports.css 2007-11-25 03:44:13 UTC (rev 31475)
+++ trunk/www/macports.css 2007-11-25 03:50:17 UTC (rev 31476)
@@ -138,6 +138,15 @@
background: url(img/download-highlight.png);
}
+#warnings {
+ background: #FCC;
+ border: 2px solid #F66;
+ padding: 6px;
+ margin: 7px 7px 7px 198px;
+ min-width: 320px;
+ max-width: 670px;
+}
+
#content {
padding: 1px 0 40px 191px;
min-width: 350px;
@@ -157,15 +166,6 @@
margin-top: 0.7em;
}
-#warning {
- background: #FCC;
- border: 2px solid #F66;
- padding: 6px;
- margin: 7px 7px 7px 198px;
- min-width: 320px;
- max-width: 670px;
-}
-
#footer {
font-size: 90%;
clear: both;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071124/d19d4dae/attachment.html
More information about the macports-changes
mailing list