Author: mvitenkov
Date: 2008-08-04 08:14:14 -0400 (Mon, 04 Aug 2008)
New Revision: 9883
Modified:
trunk/test-applications/facelets/src/main/webapp/styles/styles.css
Log:
Modified: trunk/test-applications/facelets/src/main/webapp/styles/styles.css
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/styles/styles.css 2008-08-04 12:13:41
UTC (rev 9882)
+++ trunk/test-applications/facelets/src/main/webapp/styles/styles.css 2008-08-04 12:14:14
UTC (rev 9883)
@@ -47,7 +47,7 @@
.style {
background: teal;
border: solid 3px red;
- font: bold 14px;
+ font: 14px arial bold;
}
/* inputNumderSlider Styles */
@@ -65,7 +65,7 @@
.tipStyle {
border: green 3px solid;
background-color: yellow;
- font: italic bold 14px;
+ font: 14px san-serif italic;
}
.handleStyle {
@@ -77,32 +77,32 @@
.activeTabStyle {
background: lime;
border: solid 3px black;
- font: italic 14px;
+ font: 14px arial italic ;
}
.inactiveTabStyle {
background: gray;
border: solid 3px blue;
- font: bold 14px;
+ font: 14px san-serif bold ;
}
.disabledTabStyle {
background: silver;
border: dotted 3px blue;
- font: small-caps 14px;
+ font: 14px small-caps normal;
}
.contentStyle {
background: silver;
- border: 1px red;
- font: 20px;
+ border: 1px red solid;
+ font: 20px tahoma normal;
}
/* inputNumerSpinner Styles*/
.inputStyle {
background: aqua;
border: thin red;
- font: fantasy 15px;
+ font: 15px fantasy normal;
}
/* ToolBar Styles*/
@@ -248,8 +248,9 @@
}
.body {
- background-color: pink;
+ background-color: purple;
}
.test{
- color: green;
+ color: red;
+ background-color:red;
}
\ No newline at end of file
Show replies by date