File: css_input_with_import.css.unoptimized.css

package info (click to toggle)
drupal7 7.32-1%2Bdeb8u3
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 18,804 kB
  • sloc: php: 43,487; pascal: 40,880; sh: 1,635; xml: 466; makefile: 21; sql: 1
file content (40 lines) | stat: -rw-r--r-- 546 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40



ul, select {
  font: 1em/160% Verdana, sans-serif;
  color: #494949;
}
.ui-icon{background-image: url(images/icon.png);}

p, select {
  font: 1em/160% Verdana, sans-serif;
  color: #494949;
}


body {
  margin: 0;
  padding: 0;
  background: #edf5fa;
  font: 76%/170% Verdana, sans-serif;
  color: #494949;
}

.this .is .a .test {
  font: 1em/100% Verdana, sans-serif;
  color: #494949;
}
.this
.is
.a
.test {
font: 1em/100% Verdana, sans-serif;
color: #494949;
}

textarea, select {
  font: 1em/160% Verdana, sans-serif;
  color: #494949;
}