You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by bo...@apache.org on 2018/02/25 21:36:48 UTC

svn commit: r1025963 - /websites/production/tapestry/content/styles/style.css

Author: bobharner
Date: Sun Feb 25 21:36:47 2018
New Revision: 1025963

Log:
CSS style tweaks for since & deprecated macros

Modified:
    websites/production/tapestry/content/styles/style.css

Modified: websites/production/tapestry/content/styles/style.css
==============================================================================
--- websites/production/tapestry/content/styles/style.css (original)
+++ websites/production/tapestry/content/styles/style.css Sun Feb 25 21:36:47 2018
@@ -322,7 +322,7 @@ DIV.syntaxhighlighter { overflow: inheri
 DIV.syntaxhighlighter .line.alt1, DIV.syntaxhighlighter .line.alt2 { background-color: white !important; }
 
 .aui-message .param-body {
-    text-indent: -5px;
+    text-indent: 0px;
 }
 .aui-message.problem {
     background: none repeat scroll 0% 0% #FFF8F7;
@@ -346,7 +346,7 @@ DIV.macro-deprecated {
 DIV.aui-message {
     border-radius: 18px;
     border: none;
-    margin-left: 3em;
+    margin-left: 1em;
     padding-left: 35px;
 }
 .aui-message { /* from batch.css */