source: Dev/trunk/src/client/util/less/test/css/whitespace.css

Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 544 bytes
Line 
1.whitespace {
2  color: white;
3}
4.whitespace {
5  color: white;
6}
7.whitespace {
8  color: white;
9}
10.whitespace {
11  color: white;
12}
13.whitespace {
14  color: white ;
15}
16.white,
17.space,
18.mania {
19  color: white;
20}
21.no-semi-column {
22  color: #ffffff;
23}
24.no-semi-column {
25  color: white;
26  white-space: pre;
27}
28.no-semi-column {
29  border: 2px solid #ffffff;
30}
31.newlines {
32  background: the,
33              great,
34              wall;
35  border: 2px
36          solid
37          black;
38}
39.sel .newline_ws .tab_ws {
40  color: white;
41  background-position: 45 -23;
42}
Note: See TracBrowser for help on using the repository browser.