[jboss-cvs] jboss-seam/examples/wiki/view/themes/default/css ...
Christian Bauer
christian.bauer at jboss.com
Fri Feb 16 11:26:45 EST 2007
User: cbauer
Date: 07/02/16 11:26:45
Modified: examples/wiki/view/themes/default/css template.css
Log:
Fixed the Wiki, basics work now
Revision Changes Path
1.2 +6 -0 jboss-seam/examples/wiki/view/themes/default/css/template.css
(In the diff below, changes in quantity of whitespace are not shown.)
Index: template.css
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/themes/default/css/template.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- template.css 1 Feb 2007 07:08:27 -0000 1.1
+++ template.css 16 Feb 2007 16:26:45 -0000 1.2
@@ -145,6 +145,12 @@
padding: 10px;
}
+.brokenLink {
+ color: #ff0000;
+ text-decoration: line-through;
+ font-style: italic;
+}
+
.button {
font-weight: bold;
color: #fff;
More information about the jboss-cvs-commits
mailing list