Cannot change background color
"David Pennington" <[email protected]>
| Newsgroups | gmane.comp.lang.smalltalk.squeak.seaside |
|---|---|
| Message-ID | <[email protected]> |
I have the following style sheet defined and called by my Seaside program. All of the entries for h2 and table take effect but I can't change the background color or the text color of the main page. Can anyone explain why?
standardStyle
^ '? body{background-color: yellow;color: red;}
h2 { font-size: 20pt; font-weight: strong; color: red;} table { } td { border: 2px solid #CCCCCC; padding: 4px; } th { border: 2px solid #CCCCCC; padding: 4px; } th, td { text-align: left;}.LinkClass { font-size: 20pt; }
.field { background-color: lightgrey; } '
Message sent using Winmail Mail Server
_______________________________________________
seaside mailing list
[email protected]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside