cyaml 0.0.34 → 0.0.35
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.
|
@@ -225,46 +225,4 @@
|
|
|
225
225
|
display: block;
|
|
226
226
|
text-align: center;
|
|
227
227
|
margin: 0.5em auto; }
|
|
228
|
-
/**
|
|
229
|
-
* ------------------------------------------------------------------------------------------------- #
|
|
230
|
-
*
|
|
231
|
-
* Tables | Tabellen
|
|
232
|
-
*
|
|
233
|
-
* (en) Generic classes for table-width and design definition
|
|
234
|
-
* (de) Generische Klassen für die Tabellenbreite und Gestaltungsvorschriften für Tabellen
|
|
235
|
-
*
|
|
236
|
-
* @section content-tables
|
|
237
|
-
*/
|
|
238
|
-
table {
|
|
239
|
-
width: auto;
|
|
240
|
-
border-collapse: collapse;
|
|
241
|
-
margin-bottom: 0.5em;
|
|
242
|
-
border-top: 2px #888 solid;
|
|
243
|
-
border-bottom: 2px #888 solid;
|
|
244
|
-
caption {
|
|
245
|
-
font-variant: small-caps; }
|
|
246
|
-
&.full {
|
|
247
|
-
width: 100%; }
|
|
248
|
-
&.fixed {
|
|
249
|
-
table-layout: fixed; } }
|
|
250
|
-
th, td {
|
|
251
|
-
padding: 0.5em; }
|
|
252
|
-
thead th {
|
|
253
|
-
color: #000;
|
|
254
|
-
border-bottom: 2px #800 solid; }
|
|
255
|
-
tbody {
|
|
256
|
-
th {
|
|
257
|
-
background: #e0e0e0;
|
|
258
|
-
color: #333;
|
|
259
|
-
&[scope="row"], &.sub {
|
|
260
|
-
background: #f0f0f0; }
|
|
261
|
-
border-bottom: 1px solid #fff;
|
|
262
|
-
text-align: left; }
|
|
263
|
-
td {
|
|
264
|
-
border-bottom: 1px solid #eee; }
|
|
265
|
-
tr:hover {
|
|
266
|
-
th[scope="row"], tbody th.sub {
|
|
267
|
-
background: #f0e8e8; }
|
|
268
|
-
td {
|
|
269
|
-
background: #fff8f8; } } }
|
|
270
228
|
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ------------------------------------------------------------------------------------------------- #
|
|
3
|
+
*
|
|
4
|
+
* Tables | Tabellen
|
|
5
|
+
*
|
|
6
|
+
* (en) Generic classes for table-width and design definition
|
|
7
|
+
* (de) Generische Klassen für die Tabellenbreite und Gestaltungsvorschriften für Tabellen
|
|
8
|
+
*
|
|
9
|
+
* @section content-tables
|
|
10
|
+
*/
|
|
11
|
+
table {
|
|
12
|
+
width: auto;
|
|
13
|
+
border-collapse: collapse;
|
|
14
|
+
margin-bottom: 0.5em;
|
|
15
|
+
border-top: 2px #888 solid;
|
|
16
|
+
border-bottom: 2px #888 solid;
|
|
17
|
+
caption {
|
|
18
|
+
font-variant: small-caps; }
|
|
19
|
+
&.full {
|
|
20
|
+
width: 100%; }
|
|
21
|
+
&.fixed {
|
|
22
|
+
table-layout: fixed; } }
|
|
23
|
+
th, td {
|
|
24
|
+
padding: 0.5em; }
|
|
25
|
+
thead th {
|
|
26
|
+
color: #000;
|
|
27
|
+
border-bottom: 2px #800 solid; }
|
|
28
|
+
tbody {
|
|
29
|
+
th {
|
|
30
|
+
background: #e0e0e0;
|
|
31
|
+
color: #333;
|
|
32
|
+
&[scope="row"], &.sub {
|
|
33
|
+
background: #f0f0f0; }
|
|
34
|
+
border-bottom: 1px solid #fff;
|
|
35
|
+
text-align: left; }
|
|
36
|
+
td {
|
|
37
|
+
border-bottom: 1px solid #eee; }
|
|
38
|
+
tr:hover {
|
|
39
|
+
th[scope="row"], tbody th.sub {
|
|
40
|
+
background: #f0e8e8; }
|
|
41
|
+
td {
|
|
42
|
+
background: #fff8f8; } } }
|
|
43
|
+
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
%head
|
|
4
4
|
%meta{:content => "text/html; charset=utf-8", "http-equiv" => "Content-type"}/
|
|
5
5
|
%title Your Page Title
|
|
6
|
-
= stylesheet_link_tag '
|
|
6
|
+
= stylesheet_link_tag 'basemod.css', :media => 'all'
|
|
7
7
|
/[if IE]
|
|
8
|
-
= stylesheet_link_tag '
|
|
8
|
+
= stylesheet_link_tag 'patch_my_layout.css', :media => 'screen, projection'
|
|
9
9
|
%body
|
|
10
10
|
.page_margins
|
|
11
11
|
/ start: skip link navigation
|
metadata
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cyaml
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
5
|
-
prerelease:
|
|
4
|
+
prerelease: false
|
|
6
5
|
segments:
|
|
7
6
|
- 0
|
|
8
7
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
8
|
+
- 35
|
|
9
|
+
version: 0.0.35
|
|
11
10
|
platform: ruby
|
|
12
11
|
authors:
|
|
13
12
|
- Michael Gerber
|
|
@@ -15,17 +14,16 @@ autorequire:
|
|
|
15
14
|
bindir: bin
|
|
16
15
|
cert_chain: []
|
|
17
16
|
|
|
18
|
-
date: 2011-
|
|
17
|
+
date: 2011-10-21 00:00:00 +02:00
|
|
18
|
+
default_executable:
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|
|
21
21
|
name: compass
|
|
22
22
|
prerelease: false
|
|
23
23
|
requirement: &id001 !ruby/object:Gem::Requirement
|
|
24
|
-
none: false
|
|
25
24
|
requirements:
|
|
26
25
|
- - ">="
|
|
27
26
|
- !ruby/object:Gem::Version
|
|
28
|
-
hash: 61
|
|
29
27
|
segments:
|
|
30
28
|
- 0
|
|
31
29
|
- 10
|
|
@@ -68,6 +66,7 @@ files:
|
|
|
68
66
|
- stylesheets/cyaml/add-ons/rtl-support/navigation/nav_vlist-rtl.scss
|
|
69
67
|
- stylesheets/cyaml/add-ons/rtl-support/navigation/nav_shinybuttons-rtl.scss
|
|
70
68
|
- stylesheets/cyaml/add-ons/rtl-support/navigation/nav_slidingdoor-rtl.scss
|
|
69
|
+
- stylesheets/cyaml/screen/content_table.scss
|
|
71
70
|
- stylesheets/cyaml/screen/forms.scss
|
|
72
71
|
- stylesheets/cyaml/screen/content.scss
|
|
73
72
|
- stylesheets/cyaml/patches/patch_nav_vlist.scss
|
|
@@ -126,6 +125,7 @@ files:
|
|
|
126
125
|
- templates/project/sliding_door/round/right_on.png
|
|
127
126
|
- templates/project/basemod.scss
|
|
128
127
|
- templates/project/manifest.rb
|
|
128
|
+
has_rdoc: true
|
|
129
129
|
homepage: http://www.citrin.ch/
|
|
130
130
|
licenses: []
|
|
131
131
|
|
|
@@ -135,27 +135,23 @@ rdoc_options: []
|
|
|
135
135
|
require_paths:
|
|
136
136
|
- lib
|
|
137
137
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
138
|
-
none: false
|
|
139
138
|
requirements:
|
|
140
139
|
- - ">="
|
|
141
140
|
- !ruby/object:Gem::Version
|
|
142
|
-
hash: 3
|
|
143
141
|
segments:
|
|
144
142
|
- 0
|
|
145
143
|
version: "0"
|
|
146
144
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
147
|
-
none: false
|
|
148
145
|
requirements:
|
|
149
146
|
- - ">="
|
|
150
147
|
- !ruby/object:Gem::Version
|
|
151
|
-
hash: 3
|
|
152
148
|
segments:
|
|
153
149
|
- 0
|
|
154
150
|
version: "0"
|
|
155
151
|
requirements: []
|
|
156
152
|
|
|
157
153
|
rubyforge_project:
|
|
158
|
-
rubygems_version: 1.
|
|
154
|
+
rubygems_version: 1.3.6
|
|
159
155
|
signing_key:
|
|
160
156
|
specification_version: 3
|
|
161
157
|
summary: the yaml framework as compass gem
|