svn commit: r15821 - trunk/www/index.html
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: linus
Date: 2008-09-29 08:35:00-0700
New Revision: 15821
Modified:
trunk/www/index.html
Log:
Attempt at hiding the Tigris project headers.
Modified: trunk/www/index.html
Url: http://argouml.tigris.org/source/browse/argouml/trunk/www/index.html?view=diff&rev=15821&p1=trunk/www/index.html&p2=trunk/www/index.html&r1=15820&r2=15821
==============================================================================
--- trunk/www/index.html (original)
+++ trunk/www/index.html 2008-09-29 08:35:00-0700
@@ -12,7 +12,15 @@
<link rel="stylesheet" type="text/css" href="http://www.tigris.org/branding/css/main.css" media="screen" />
<link rel="stylesheet" type="text/css" href="http://www.tigris.org/branding/css/print.css" media="print" />
-
+<!-- Custom stylations to hide the obnoxious project info -->
+<style type="text/css">
+#projecthome .axial { display: none; }
+#apphead h1 { display: none; }
+#longdescription { border: none; }
+#longdescription h2 { display: none; }
+#customcontent h2 { display: block; }
+</style>
+<!-- End custom stylations -->
<title>ArgoUML homepage</title>