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

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

Added Dojo 1.9.3 release.

File size: 696 bytes
Line 
1#operations {
2  color: #111111;
3  height: 9px;
4  width: 3em;
5  substraction: 0;
6  division: 1;
7}
8#operations .spacing {
9  height: 9px;
10  width: 3em;
11}
12.with-variables {
13  height: 16em;
14  width: 24em;
15  size: 1cm;
16}
17.with-functions {
18  color: #646464;
19  color: #ff8080;
20  color: #c94a4a;
21}
22.negative {
23  height: 0px;
24  width: 4px;
25}
26.shorthands {
27  padding: -1px 2px 0 -4px;
28}
29.rem-dimensions {
30  font-size: 5.5rem;
31}
32.colors {
33  color: #123;
34  border-color: #334455;
35  background-color: #000000;
36}
37.colors .other {
38  color: #222222;
39  border-color: #222222;
40}
41.negations {
42  variable: -4px;
43  variable1: 0px;
44  variable2: 0px;
45  variable3: 8px;
46  variable4: 0px;
47  paren: -4px;
48  paren2: 16px;
49}
Note: See TracBrowser for help on using the repository browser.