r21353 - htdocs/trunk - Introduce css formatting for images linked in news files.

Cristian Marchi cmarchi at code.gnucash.org
Sun Sep 25 05:14:13 EDT 2011


Author: cmarchi
Date: 2011-09-25 05:14:13 -0400 (Sun, 25 Sep 2011)
New Revision: 21353
Trac: http://svn.gnucash.org/trac/changeset/21353

Modified:
   htdocs/trunk/externals/gnucash.css
   htdocs/trunk/news/110608-book.news
   htdocs/trunk/news/it/110501-book.news
Log:
Introduce css formatting for images linked in news files.

Modified: htdocs/trunk/externals/gnucash.css
===================================================================
--- htdocs/trunk/externals/gnucash.css	2011-09-25 09:09:20 UTC (rev 21352)
+++ htdocs/trunk/externals/gnucash.css	2011-09-25 09:14:13 UTC (rev 21353)
@@ -120,6 +120,12 @@
    display:inline-block;
 }
 
+img.newsinner
+{
+float:left;
+padding: 0px 10px 10px 0px;
+}
+
 a[href], a[href]:visited
 {
    color: rgb(8, 0, 109);

Modified: htdocs/trunk/news/110608-book.news
===================================================================
--- htdocs/trunk/news/110608-book.news	2011-09-25 09:09:20 UTC (rev 21352)
+++ htdocs/trunk/news/110608-book.news	2011-09-25 09:14:13 UTC (rev 21353)
@@ -4,7 +4,7 @@
 <h2>Recommended New Book: GnuCash 2.4 Small Business Accounting</h2>
 
 <p>
-<a href="http://link.packtpub.com/6FDDUr"><img style="float:left" alt="book-cover"
+<a href="http://link.packtpub.com/6FDDUr"><img alt="book-cover"
 src="/externals/packtpub_gnucash_2.4cov.png" width="125" height="152" /></a>
 The GnuCash development team received notice about a new book
 published by PacktPub, UK: <a

Modified: htdocs/trunk/news/it/110501-book.news
===================================================================
--- htdocs/trunk/news/it/110501-book.news	2011-09-25 09:09:20 UTC (rev 21352)
+++ htdocs/trunk/news/it/110501-book.news	2011-09-25 09:14:13 UTC (rev 21353)
@@ -5,7 +5,7 @@
 (contabilità per le piccole imprese con GnuCash 2.4; testo in inglese)</h2>
 
 <p>
-<a href="http://link.packtpub.com/6FDDUr"><img style="float:left" alt="book-cover"
+<a href="http://link.packtpub.com/6FDDUr"><img alt="book-cover"
 src="/externals/packtpub_gnucash_2.4cov.png" width="125" height="152" /></a>
 Il gruppo di sviluppo di GnuCash ha ricevuto una notifica riguardante la pubblicazione
 di un nuovo libro pubblicato da PacktPub (Regno Unito): <a



More information about the gnucash-changes mailing list