You are viewing a plain text version of this content. The canonical link for it is here.
Posted to zeta-commits@incubator.apache.org by to...@apache.org on 2010/11/06 17:46:28 UTC

[zeta-commits] svn commit: r1032123 - in /incubator/zetacomponents/website/htdocs: images/icons/ images/icons/info.png styles/screen.css

Author: toby
Date: Sat Nov  6 17:46:28 2010
New Revision: 1032123

URL: http://svn.apache.org/viewvc?rev=1032123&view=rev
Log:
- Implemented: Formatting for "..note::" directives in RST.

Added:
    incubator/zetacomponents/website/htdocs/images/icons/
    incubator/zetacomponents/website/htdocs/images/icons/info.png   (with props)
Modified:
    incubator/zetacomponents/website/htdocs/styles/screen.css

Added: incubator/zetacomponents/website/htdocs/images/icons/info.png
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/images/icons/info.png?rev=1032123&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/images/icons/info.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Modified: incubator/zetacomponents/website/htdocs/styles/screen.css
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/styles/screen.css?rev=1032123&r1=1032122&r2=1032123&view=diff
==============================================================================
--- incubator/zetacomponents/website/htdocs/styles/screen.css (original)
+++ incubator/zetacomponents/website/htdocs/styles/screen.css Sat Nov  6 17:46:28 2010
@@ -334,6 +334,19 @@ ul.tabs li a:hover {
 }
 
 /**
+ * Content
+ */
+
+div.note {
+	border: 1px solid #c0c0c0;
+	margin: 30px;
+	padding: 10px 10px 0 27px;
+	background-image: url("/zetacomponents/images/icons/info.png");
+	background-repeat: no-repeat;
+	background-position: 5px 5px;
+}
+
+/**
  * Blog templates
  */