You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by hi...@apache.org on 2012/04/12 20:07:50 UTC

svn commit: r1325413 - /ant/site/ivy/sources/style/style.css

Author: hibou
Date: Thu Apr 12 18:07:50 2012
New Revision: 1325413

URL: http://svn.apache.org/viewvc?rev=1325413&view=rev
Log:
Add some style to some warning notice

Modified:
    ant/site/ivy/sources/style/style.css

Modified: ant/site/ivy/sources/style/style.css
URL: http://svn.apache.org/viewvc/ant/site/ivy/sources/style/style.css?rev=1325413&r1=1325412&r2=1325413&view=diff
==============================================================================
--- ant/site/ivy/sources/style/style.css (original)
+++ ant/site/ivy/sources/style/style.css Thu Apr 12 18:07:50 2012
@@ -304,3 +304,11 @@ tr.homeitems a:hover {
 }
 .home img { border-width:0; }
 
+.notice {
+    padding: 15px;
+    border-style:solid;
+    border-width:1px;
+    border-color: #F0D88D;
+    background-color: #FCFCCA;
+    margin: 10px;
+}