You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2007/04/30 15:56:18 UTC

svn commit: r533750 - in /lenya/trunk/src/webapp/lenya: resources/css/default.css xslt/util/welcome.xsl

Author: andreas
Date: Mon Apr 30 06:56:17 2007
New Revision: 533750

URL: http://svn.apache.org/viewvc?view=rev&rev=533750
Log:
Minor CSS changes on welcome screen

Modified:
    lenya/trunk/src/webapp/lenya/resources/css/default.css
    lenya/trunk/src/webapp/lenya/xslt/util/welcome.xsl

Modified: lenya/trunk/src/webapp/lenya/resources/css/default.css
URL: http://svn.apache.org/viewvc/lenya/trunk/src/webapp/lenya/resources/css/default.css?view=diff&rev=533750&r1=533749&r2=533750
==============================================================================
--- lenya/trunk/src/webapp/lenya/resources/css/default.css (original)
+++ lenya/trunk/src/webapp/lenya/resources/css/default.css Mon Apr 30 06:56:17 2007
@@ -118,10 +118,17 @@
     color: black;
 }
 
-.lenya-publication-item {
+.lenya-publication-item, .lenya-publication-item-createpublication {
     padding: 0px 10px;
     margin: 20px 0px;
+}
+
+.lenya-publication-item {
     border-bottom: solid 1px #DDDCCF;
+}
+
+.lenya-publication-item-createpublication {
+    margin-bottom: 2em;
 }
 
 .lenya-sidebar a {

Modified: lenya/trunk/src/webapp/lenya/xslt/util/welcome.xsl
URL: http://svn.apache.org/viewvc/lenya/trunk/src/webapp/lenya/xslt/util/welcome.xsl?view=diff&rev=533750&r1=533749&r2=533750
==============================================================================
--- lenya/trunk/src/webapp/lenya/xslt/util/welcome.xsl (original)
+++ lenya/trunk/src/webapp/lenya/xslt/util/welcome.xsl Mon Apr 30 06:56:17 2007
@@ -44,7 +44,7 @@
 <xsl:template match="lenya:publications">
   <div class="lenya-sidebar">
     <div class="lenya-sidebar-heading"><i18n:text>Publications</i18n:text></div>
-  <div class="lenya-publication-item" style="margin-bottom: 2em;">
+  <div class="lenya-publication-item-createpublication">
     <a href="index.html?lenya.usecase=templating.createPublicationFromTemplate">
       <i18n:text>create-publication</i18n:text> &#187;
     </a>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org