You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by cm...@apache.org on 2010/01/22 18:52:06 UTC

svn commit: r902190 - in /subversion/site/publish: getting.html issue-tracker.html style/site.css

Author: cmpilato
Date: Fri Jan 22 17:52:05 2010
New Revision: 902190

URL: http://svn.apache.org/viewvc?rev=902190&view=rev
Log:
* site/publish/style/site.css
  (.notice) Padding/margin tweaks.

* site/publish/getting.html
  Convert custom admonishment to a "notice" div.

* site/publish/issue-tracker.html
  Replace a P.notice with a DIV.notice and nested P for consistency.

Modified:
    subversion/site/publish/getting.html
    subversion/site/publish/issue-tracker.html
    subversion/site/publish/style/site.css

Modified: subversion/site/publish/getting.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/getting.html?rev=902190&r1=902189&r2=902190&view=diff
==============================================================================
--- subversion/site/publish/getting.html (original)
+++ subversion/site/publish/getting.html Fri Jan 22 17:52:05 2010
@@ -72,13 +72,13 @@
 href="mailto:users@subversion.apache.org">Subversion users mailing
 list</a>.</p>
 
-<div style="background-color: yellow; color: red;">
-<p><b>NOTE: Binary packages usually come out about a week after the
+<div class="notice">
+<p>NOTE: Binary packages usually come out about a week after the
 corresponding source release.  Please don't post to the mailing lists
 asking when a binary package for a given platform will be ready.  The
 packagers already know when new source releases come out, and work as
-fast as they can to make binaries available.</b></p>
-</div>
+fast as they can to make binaries available.</p>
+</div> <!-- .notice -->
 
 <table width="700" border="1" cellpadding="4" class="sborder" style="margin-left:auto; margin-right:auto; text-align: center;">
     <tr align="left" valign="top">

Modified: subversion/site/publish/issue-tracker.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/issue-tracker.html?rev=902190&r1=902189&r2=902190&view=diff
==============================================================================
--- subversion/site/publish/issue-tracker.html (original)
+++ subversion/site/publish/issue-tracker.html Fri Jan 22 17:52:05 2010
@@ -48,13 +48,17 @@
 <div class="h2" id="queries" title="queries">
 <h2>Handy Dandy Issue Tracker Queries</h2>
 
-<p class="notice">We've not yet completed the migration of our issue
-   tracker data to Apache.org from Tigris.org.  As such, the links and
-   queries below will throw you into portions of our
+<div class="notice">
+
+<p>We've not yet completed the migration of our issue tracker data to
+   Apache.org from Tigris.org.  As such, the links and queries below
+   will throw you into portions of our
    <a href="http://subversion.tigris.org" >previous project
    website</a>.  So don't be alarmed if you find yourself in another
    world &mdash; it's non-ideal, but hopefully temporary.</p>
 
+</div> <!-- .notice -->
+
 <p>Do you know the Subversion issue number you're interested in?  Use
    this form to view that issue directly.</p>
 

Modified: subversion/site/publish/style/site.css
URL: http://svn.apache.org/viewvc/subversion/site/publish/style/site.css?rev=902190&r1=902189&r2=902190&view=diff
==============================================================================
--- subversion/site/publish/style/site.css (original)
+++ subversion/site/publish/style/site.css Fri Jan 22 17:52:05 2010
@@ -123,8 +123,8 @@
 }
 .notice {
   background-color: yellow;
-  margin: 0 5em;
-  padding: 0.5em;
+  margin: 0.5em 5em;
+  padding: 0 0.5em;
   border-style: solid;
   border-color: black;
   border-width: 1px 2px 2px 1px;