Author: mvitenkov
Date: 2008-04-18 09:57:50 -0400 (Fri, 18 Apr 2008)
New Revision: 7935
Modified:
branches/3.1.x/test-applications/jsp/src/main/webapp/styles/styles.css
Log:
+.test class
Modified: branches/3.1.x/test-applications/jsp/src/main/webapp/styles/styles.css
===================================================================
--- branches/3.1.x/test-applications/jsp/src/main/webapp/styles/styles.css 2008-04-18
13:32:51 UTC (rev 7934)
+++ branches/3.1.x/test-applications/jsp/src/main/webapp/styles/styles.css 2008-04-18
13:57:50 UTC (rev 7935)
@@ -249,4 +249,11 @@
.body {
background-color: pink;
+}
+.test {
+ background-color: pink;
+ color: red;
+ font-size: 12 px;
+ font-family: cursive;
+ font-style: inherit;
}
\ No newline at end of file
Show replies by date