cyaml 0.0.31 → 0.0.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
.hlist
|
|
19
19
|
/* (en) This image is mainly transparent
|
|
20
20
|
/* (de) Dieses Bild ist größtenteils transparent
|
|
21
|
-
background: transparent url("
|
|
21
|
+
background: transparent url("/images/sliding_door/round/bg.gif") repeat-x bottom
|
|
22
22
|
float: left
|
|
23
23
|
width: 100%
|
|
24
24
|
ul
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
/* (en) Repeat the main color from the image
|
|
32
32
|
/* (de) Wiederholung der Hauptfarbe aus der Bilddatei
|
|
33
33
|
list-style-type: none !important
|
|
34
|
-
background: #e0ecf8 url("
|
|
34
|
+
background: #e0ecf8 url("/images/sliding_door/round/left.png") no-repeat top left
|
|
35
35
|
border-bottom: 1px solid #000
|
|
36
36
|
float: left
|
|
37
37
|
/* LTR
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
a, strong
|
|
41
41
|
/* (en) This image is mainly transparent
|
|
42
42
|
/* (de) Dieses Bild ist größtenteils transparent
|
|
43
|
-
background: transparent url("
|
|
43
|
+
background: transparent url("/images/sliding_door/round/right.png") no-repeat top right
|
|
44
44
|
color: #667
|
|
45
45
|
display: block
|
|
46
46
|
font-weight: normal
|
|
@@ -73,24 +73,24 @@
|
|
|
73
73
|
background-position: 100% -150px
|
|
74
74
|
a
|
|
75
75
|
&:focus, &:hover, &:active
|
|
76
|
-
background: transparent url("
|
|
76
|
+
background: transparent url("/images/sliding_door/round/right.png") no-repeat top right
|
|
77
77
|
color: #223
|
|
78
78
|
outline: 0 none
|
|
79
79
|
text-decoration: none
|
|
80
80
|
ul li.active
|
|
81
81
|
/* (en) Repeat the main color from the image
|
|
82
82
|
/* (de) Wiederholung der Hauptfarbe aus der Bilddatei
|
|
83
|
-
background: white url("
|
|
83
|
+
background: white url("/images/sliding_door/round/left_on.png") no-repeat top left
|
|
84
84
|
border: 0 none
|
|
85
85
|
&:focus, &:hover, &:active
|
|
86
86
|
/* (en) Repeat the main color from the image
|
|
87
87
|
/* (de) Wiederholung der Hauptfarbe aus der Bilddatei
|
|
88
|
-
background: white url("
|
|
88
|
+
background: white url("/images/sliding_door/round/left_on.png") no-repeat top left
|
|
89
89
|
border: 0 none
|
|
90
90
|
li.active strong
|
|
91
91
|
/* (en) This image is mainly transparent
|
|
92
92
|
/* (de) Dieses Bild ist größtenteils transparent
|
|
93
|
-
background: transparent url("
|
|
93
|
+
background: transparent url("/images/sliding_door/round/right_on.png") no-repeat top right
|
|
94
94
|
color: #334
|
|
95
95
|
font-weight: bold
|
|
96
96
|
padding-bottom: 4px
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cyaml
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 95
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 32
|
|
10
|
+
version: 0.0.32
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Michael Gerber
|