Author: smukhina
Date: 2008-01-15 10:58:34 -0500 (Tue, 15 Jan 2008)
New Revision: 5389
Modified:
trunk/docs/userguide/en/src/main/resources/css/html.css
Log:
JBDS-224 -add box for "tip"
Modified: trunk/docs/userguide/en/src/main/resources/css/html.css
===================================================================
--- trunk/docs/userguide/en/src/main/resources/css/html.css 2008-01-15 15:56:12 UTC (rev
5388)
+++ trunk/docs/userguide/en/src/main/resources/css/html.css 2008-01-15 15:58:34 UTC (rev
5389)
@@ -140,7 +140,19 @@
}
+DIV.tip {
+ BORDER: #CECECE 1px solid; PADDING: 3px 10px 10px 50px; line-height : 14px; MARGIN:
10px 0px 10px 0px; FONT-SIZE: 11px; WIDTH: 500px; BACKGROUND-COLOR: #CFE3FF;
background-repeat : no-repeat; background-position :top left;
+}
+DIV.tip *{
+ line-height : 14px;
+}
+
+.tip pre.XML {
+PADDING: 1px 1px 1px 10px;
+
+}
+
TABLE {
BORDER: #cccccc 1px solid; FONT-SIZE: 11px; BORDER-COLLAPSE: collapse; border-spacing:
0; empty-cells: hide; margin-bottom : 10px;
}
Show replies by date