[gnomeweb-wml] LaTeXila update



commit ae6b470e8303ef960dcfe098b953e15e8cb1b6ee
Author: SÃbastien Wilmet <swilmet src gnome org>
Date:   Wed Aug 10 19:17:06 2011 +0200

    LaTeXila update

 projects.gnome.org/latexila/index.html   |   22 +++++++++++++++++++---
 projects.gnome.org/latexila/latexila.css |   26 +++++++++++---------------
 2 files changed, 30 insertions(+), 18 deletions(-)
---
diff --git a/projects.gnome.org/latexila/index.html b/projects.gnome.org/latexila/index.html
index 91ca748..c3c456f 100644
--- a/projects.gnome.org/latexila/index.html
+++ b/projects.gnome.org/latexila/index.html
@@ -31,7 +31,7 @@
 </ul>
 
 <h2 id="description">Description of the project</h2>
-<p><strong>LaTeXila is an Integrated LaTeX Environment for the GNOME desktop, written in Vala and covered by the GPL&nbsp;3 license.</strong></p>
+<p><strong>LaTeXila is an Integrated LaTeX Environment for the GNOME Desktop, written in Vala and covered by the GPL&nbsp;3 license.</strong></p>
 <p>LaTeXila 2.0.8 is the latest stable release (June 14, 2011). Here is a summary of the functionalities:</p>
 <ul>
   <li>Customizable buttons to compile, convert and view a document in one click</li>
@@ -46,6 +46,17 @@
   <li>Available in English, French, Spanish, Brazilian Portuguese, German and Italian</li>
 </ul>
 
+<p>
+  "An Integrated LaTeX Environment for GNOME" is the best description of LaTeXila.
+  Here are some other descriptions that people often use:
+</p>
+<ul>
+  <li>A GTK+ LaTeX editor.</li>
+  <li>A LaTeX editor for GNOME.</li>
+  <li>A LaTeX IDE in GTK+.</li>
+  <li>A LaTeX IDE for GNOME.</li>
+</ul>
+
 <h3>Screenshots</h3>
 <p>
 <a href="images/screenshot-2.0-1.png">Screenshot 1 (2.0)</a><br />
@@ -197,8 +208,7 @@ If you want to improve the logo, the application icon or the other icons, let me
 <h3>Translations</h3>
 <p>
 If you want to make a new translation, read the instructions in the
-file <a href="http://git.gnome.org/browse/latexila/plain/HACKING";>HACKING</a>.
-Contact me if you need some help.
+file <a href="http://git.gnome.org/browse/latexila/plain/README";>README</a>.
 </p>
 
 <h3>Hacking</h3>
@@ -244,5 +254,11 @@ As you might have guessed, English is not my mother tongue (I speak French). So,
 </a>
 </p>
 
+<p>
+<a href="http://jigsaw.w3.org/css-validator/check/referer";>
+<img src="http://jigsaw.w3.org/css-validator/images/vcss"; alt="Valid CSS!" height="31" width="88" />
+</a>
+</p>
+
 </body>
 </html>
diff --git a/projects.gnome.org/latexila/latexila.css b/projects.gnome.org/latexila/latexila.css
index 40c4c42..088e735 100644
--- a/projects.gnome.org/latexila/latexila.css
+++ b/projects.gnome.org/latexila/latexila.css
@@ -8,16 +8,16 @@ body {
 }
 
 img {
-	border: none; 
+	border: none;
 	text-decoration: none;
 }
 
 h1 {
-	margin: 0.1 auto;
+	margin: 0.5em auto;
 }
 
 h2 {
-	font-size: 1.4em;  
+	font-size: 1.4em;
 	background-color: #FF8000;
 	border: 1px solid #222;
 	color: #222;
@@ -25,34 +25,30 @@ h2 {
 	background-image: url('images/icon24.png');
 	background-repeat: no-repeat;
 	background-position: left center;
-	-moz-border-radius: 4px; 
-	-webkit-border-radius: 4px; 
-	-webkit-box-shadow: 0px 1px 3px #3B1D00;
-	-moz-box-shadow: 0px 1px 3px #3B1D00;
+	border-radius: 4px;
+	box-shadow: 0px 1px 3px #3B1D00;
 }
 
 h3 {
 	display: inline-block;
 	font-size: 0.9em;
-	background-color: #FF8000; 
+	background-color: #FF8000;
 	border: 1px solid #444;
 	color: #222;
 	margin-left: 0.5em;
 	padding-left: 0.5em;
 	padding-right: 0.5em;
-	-moz-border-radius: 2px; 
-	-webkit-border-radius: 2px; 
-	-webkit-box-shadow: 0px 1px 2px #3B1D00;
-	-moz-box-shadow: 0px 1px 2px #3B1D00;
+	border-radius: 2px;
+	box-shadow: 0px 1px 2px #3B1D00;
 }
-	
-p, table { 
+
+p, table {
 	margin: 0.3em 1em;
 	padding: 0.3em;
 	text-align: justify;
 }
 
-li {	
+li {
 	margin-left: 1em;
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]