cyaml 0.0.44 → 0.0.45

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.
@@ -2,12 +2,17 @@
2
2
  %html{:lang => "en"}
3
3
  %head
4
4
  %meta{:charset => "utf-8"}/
5
- %title Demo: Flexible Column Layout – YAML CSS Framework
5
+ %title
6
+ = yield(:title)
6
7
  / Mobile viewport optimisation
7
8
  %meta{:content => "width=device-width, initial-scale=1.0", :name => "viewport"}/
8
9
  / (en) Add your meta data here
9
10
  / (de) Fuegen Sie hier ihre Meta-Daten ein
11
+ %link{:href => "./stylesheets/custom.css", :rel => "stylesheet", :type => "text/css"}/
12
+ %script{:type=>'text/javascript', :src=>"https://github.com/livereload/livereload-js/raw/master/dist/livereload.js?host=localhost"}
13
+
10
14
  /[if lte IE 7]
15
+ <link href="./stylesheets/iehacks.css" rel="stylesheet" type="text/css" />
11
16
  /[if lt IE 9]
12
17
  <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
13
18
  %body.demo-2col
@@ -19,53 +24,52 @@
19
24
  .ym-wrapper
20
25
  .ym-wbox
21
26
  %header
22
- %h1 Project Name
23
- </header>
27
+ %h1 Project Name
24
28
  %nav#nav
25
- .ym-hlist
26
- %ul
27
- %li.active
28
- %strong Active
29
- %li
30
- %a{:href => "#"} Link
31
- %li
32
- %a{:href => "#"} Link
33
- %li
34
- %a{:href => "#"} Link
35
- %li
36
- %a{:href => "#"} Link
37
- %form.ym-searchform
38
- %input.ym-searchfield{:placeholder => "Search...", :type => "search"}/
39
- %input.ym-searchbutton{:type => "submit", :value => "Search"}/
40
- </nav>
29
+ .ym-hlist
30
+ %ul
31
+ %li.active
32
+ %strong Active
33
+ %li
34
+ %a{:href => "#"} Link
35
+ %li
36
+ %a{:href => "#"} Link
37
+ %li
38
+ %a{:href => "#"} Link
39
+ %li
40
+ %a{:href => "#"} Link
41
+ %form.ym-searchform
42
+ %input.ym-searchfield{:placeholder => "Search...", :type => "search"}/
43
+ %input.ym-searchbutton{:type => "submit", :value => "Search"}/
41
44
  #main
42
45
  .ym-column.linearize-level-1
43
46
  .ym-col1
44
47
  .ym-cbox
48
+ %section.box.info
49
+ = yield
45
50
  %aside.ym-col3
46
- .ym-cbox
47
- %h2 Sidebar
48
- %h4 Widget A
49
- %ul
50
- %li Item 1
51
- %li Item 2
52
- %li Item 3
53
- %li Item 4
54
- %li Item 5
55
- %h4 Widget B
56
- %ul
57
- %li Item 1
58
- %li Item 2
59
- %li Item 3
60
- %h4 Widget C
61
- %ul
62
- %li Item 1
63
- %li Item 2
64
- %li Item 3
65
- </aside>
51
+ .ym-cbox
52
+ %h2 Sidebar
53
+ %h4 Widget A
54
+ %ul
55
+ %li Item 1
56
+ %li Item 2
57
+ %li Item 3
58
+ %li Item 4
59
+ %li Item 5
60
+ %h4 Widget B
61
+ %ul
62
+ %li Item 1
63
+ %li Item 2
64
+ %li Item 3
65
+ %h4 Widget C
66
+ %ul
67
+ %li Item 1
68
+ %li Item 2
69
+ %li Item 3
66
70
  %footer
67
- %p
68
- © Company 2011 &ndash; Layout based on
69
- %a{:href => "http://www.yaml.de"} YAML
70
- </footer>
71
+ %p
72
+ © Company 2011 &ndash; Layout based on
73
+ %a{:href => "http://www.yaml.de"} YAML
71
74
  / full skip link functionality in webkit browsers
75
+ %script{:src => "javascripts/yaml/core/yaml-focusfix.js"}
@@ -95,4 +95,4 @@
95
95
  © Company 2011 &ndash; Layout based on
96
96
  %a{:href => "http://www.yaml.de"} YAML
97
97
  / full skip link functionality in webkit browsers
98
- %script{:src => "../yaml/core/js/yaml-focusfix.js"}
98
+ %script{:src => "javascripts/yaml/core/yaml-focusfix.js"}
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: 71
4
+ hash: 69
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 44
10
- version: 0.0.44
9
+ - 45
10
+ version: 0.0.45
11
11
  platform: ruby
12
12
  authors:
13
13
  - Michael Gerber
@@ -223,7 +223,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
223
223
  requirements: []
224
224
 
225
225
  rubyforge_project:
226
- rubygems_version: 1.8.7
226
+ rubygems_version: 1.8.17
227
227
  signing_key:
228
228
  specification_version: 3
229
229
  summary: the yaml framework as compass gem