You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by mc...@apache.org on 2004/06/24 18:42:16 UTC

svn commit: rev 21641 - in avalon/trunk/tools/magic/etc: deliverables/themes/modern/html/resources/styles test/demo/gizmo

Author: mcconnell
Date: Thu Jun 24 09:42:15 2004
New Revision: 21641

Modified:
   avalon/trunk/tools/magic/etc/deliverables/themes/modern/html/resources/styles/style.css
   avalon/trunk/tools/magic/etc/test/demo/gizmo/   (props changed)
Log:
update stylesheet to ensure correct styles for avalon front page

Modified: avalon/trunk/tools/magic/etc/deliverables/themes/modern/html/resources/styles/style.css
==============================================================================
--- avalon/trunk/tools/magic/etc/deliverables/themes/modern/html/resources/styles/style.css	(original)
+++ avalon/trunk/tools/magic/etc/deliverables/themes/modern/html/resources/styles/style.css	Thu Jun 24 09:42:15 2004
@@ -535,4 +535,73 @@
 td table 
 { 
     margin-top: 0em;
-}
\ No newline at end of file
+}
+
+table.front-container
+{
+    border-spacing: 5px;
+}
+
+table.front-category
+{
+    border: 1px solid gray;
+}
+
+table.front-category tr
+{
+}
+
+table.front-category tr td
+{
+}
+
+table.front-category tr td.divided
+{
+    border-right: 1px solid gray;
+}
+
+table.front-category tr td.header
+{
+    text-align: center;
+    vertical-align: bottom;
+}
+
+table.front-category tr td.subheader
+{
+    text-align: center;
+    vertical-align: bottom;
+    margin-bottom: 3px;
+}
+
+table.front-category a
+{
+    text-decoration: none;
+    color: #000;
+    border-bottom: 0px none white !important;
+    border: 0px none white !important;
+    margin: 0px;
+    padding: 0px;
+}
+
+table.front-category a:hover {
+    border: 0px none white !important;
+    background-color: white;
+    padding: 0px;
+    margin: 0px;
+}
+
+table.front-category a:active {
+    border: 0px none white !important;
+    background-color: white !important;
+    position: relative;
+    padding: 0px;
+    margin: 0px;
+}
+
+table.front-category a:focus {
+    border: 0px none white !important;
+    background-color: white !important;
+    padding: 0px;
+    margin: 0px;
+}
+

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org