Revision: 7441
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=7441&view=rev
Author:   dnaber
Date:     2012-06-21 15:03:29 +0000 (Thu, 21 Jun 2012)
Log Message:
-----------
separate text blocks by lines by underlining the headlines

Modified Paths:
--------------
    trunk/website/www/css/style.css
    trunk/website/www/development/index.php

Modified: trunk/website/www/css/style.css
===================================================================
--- trunk/website/www/css/style.css     2012-06-21 12:27:26 UTC (rev 7440)
+++ trunk/website/www/css/style.css     2012-06-21 15:03:29 UTC (rev 7441)
@@ -301,3 +301,11 @@
     top: 10px;
 }
 /* end: download button on the homepage */
+
+.longPage h2 {
+    border-bottom: 1px solid #CCCCCC;
+}
+
+.longPage h3 {
+    border-bottom: 1px solid #CCCCCC;
+}

Modified: trunk/website/www/development/index.php
===================================================================
--- trunk/website/www/development/index.php     2012-06-21 12:27:26 UTC (rev 
7440)
+++ trunk/website/www/development/index.php     2012-06-21 15:03:29 UTC (rev 
7441)
@@ -7,6 +7,7 @@
 include('../../include/geshi/geshi.php');
 ?>
 
+<div class="longPage">
 
 <p class="firstpara">This page has everything you need to know to teach 
LanguageTool
 new error detection rules, plus more. You don't even have to be a programmer 
for that.</p>
@@ -484,6 +485,7 @@
   <li><?=show_link("Postscript (.ps.gz), 630 KB", 
"http://www.danielnaber.de/languagetool/download/style_and_grammar_checker.ps.gz";,
 0) ?></li>
 </ul>
 
+</div>
 
 <!-- -->
 <div style="height: 400px"></div>

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Languagetool-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to