[jboss-cvs] jboss-seam/examples/seamspace/view/style ...
Shane Bryzak
Shane_Bryzak at symantec.com
Wed Jan 10 21:23:17 EST 2007
User: sbryzak2
Date: 07/01/10 21:23:17
Modified: examples/seamspace/view/style seamspace.css
Log:
added blog comments page
Revision Changes Path
1.10 +17 -0 jboss-seam/examples/seamspace/view/style/seamspace.css
(In the diff below, changes in quantity of whitespace are not shown.)
Index: seamspace.css
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/seamspace/view/style/seamspace.css,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- seamspace.css 11 Jan 2007 00:43:53 -0000 1.9
+++ seamspace.css 11 Jan 2007 02:23:17 -0000 1.10
@@ -152,6 +152,23 @@
margin-bottom: 8px;
}
+table.blogComment {
+ margin-bottom: 2px;
+ width: 100%;
+}
+
+td.blogCommentor {
+ width: 160px;
+ background-color: #ff9933;
+ text-align: center;
+ vertical-align: top;
+}
+
+td.blogCommentText {
+ background-color: #ffddbb;
+ padding: 12px 4px 4px 8px;
+}
+
div.headerRight {
float: right;
width: 440px;
More information about the jboss-cvs-commits
mailing list