contour 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.rdoc CHANGED
@@ -1,3 +1,8 @@
1
+ == 0.3.1
2
+
3
+ * Bug Fix
4
+ * Fixed assets location for images specified in the stylesheets
5
+
1
6
  == 0.3.0
2
7
 
3
8
  * Enhancements
@@ -1,3 +1,3 @@
1
1
  module Contour
2
- VERSION = "0.3.0"
2
+ VERSION = "0.3.1"
3
3
  end
@@ -94,7 +94,7 @@ code, pre { color: #c33; } /*** very optional, but still useful. W3C uses about
94
94
 
95
95
  /*** 24 COLUMN GRID ***/
96
96
  .container {width:950px;margin:0 auto;}
97
- .showgrid {background:url(../assets/grid.png);}
97
+ .showgrid {background:url(../grid.png);}
98
98
  body {margin:1.5em 0;}
99
99
  div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23 {float:left;margin-right:10px;}
100
100
  div.span-24 {float:left;}
@@ -250,20 +250,20 @@ a[href$=".rdf"],
250
250
  a[href^="aim:"] { padding:2px 22px 2px 0; margin:-2px 0; background-repeat: no-repeat; background-position: right center; }
251
251
 
252
252
  /*** EXTERNAL LINK ICONS ***/
253
- a[href^="http:"] { background-image: url(../assets/stock/external.png); padding-right: 14px; }
254
- a[href^="mailto:"] { background-image: url(../assets/stock/email.png); }
255
- a[href^="http:"]:visited { background-image: url(../assets/stock/visited.png); }
253
+ a[href^="http:"] { background-image: url(../stock/external.png); padding-right: 14px; }
254
+ a[href^="mailto:"] { background-image: url(../stock/email.png); }
255
+ a[href^="http:"]:visited { background-image: url(../stock/visited.png); }
256
256
 
257
257
  /*** FILE LINK ICONS ***/
258
- a[href$=".pdf"] { background-image: url(../assets/stock/pdf.png); }
258
+ a[href$=".pdf"] { background-image: url(../stock/pdf.png); }
259
259
  a[href$=".doc"],
260
- a[href$=".docx"] { background-image: url(../assets/stock/doc.png); }
261
- a[href$=".xls"] { background-image: url(../assets/stock/xls.png); }
260
+ a[href$=".docx"] { background-image: url(../stock/doc.png); }
261
+ a[href$=".xls"] { background-image: url(../stock/xls.png); }
262
262
 
263
263
  /*** MISCELLANEOUS LINK ICONS ***/
264
264
  a[href$=".rss"],
265
- a[href$=".rdf"] { background-image: url(../assets/stock/feed.png); }
266
- a[href^="aim:"] { background-image: url(../assets/stock/im.png); }
265
+ a[href$=".rdf"] { background-image: url(../stock/feed.png); }
266
+ a[href^="aim:"] { background-image: url(../stock/im.png); }
267
267
  a[href^="http://yourwebsite.com"] { background:none; padding:0; margin:0; }
268
268
 
269
269
  /*** TEXT CLASSES ***/
@@ -59,26 +59,26 @@
59
59
  .ui-widget { font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1.1em; }
60
60
  .ui-widget .ui-widget { font-size: 1em; }
61
61
  .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1em; }
62
- .ui-widget-content { border: 1px solid #a6c9e2; background: #fcfdfd url(/assets/redmond/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x; color: #222222; }
62
+ .ui-widget-content { border: 1px solid #a6c9e2; background: #fcfdfd url(../redmond/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x; color: #222222; }
63
63
  .ui-widget-content a { color: #222222; }
64
- .ui-widget-header { border: 1px solid #4297d7; background: #5c9ccc url(/assets/redmond/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
64
+ .ui-widget-header { border: 1px solid #4297d7; background: #5c9ccc url(../redmond/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
65
65
  .ui-widget-header a { color: #ffffff; }
66
66
 
67
67
  /* Interaction states
68
68
  ----------------------------------*/
69
- .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #c5dbec; background: #dfeffc url(/assets/redmond/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #2e6e9e; }
69
+ .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #c5dbec; background: #dfeffc url(../redmond/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #2e6e9e; }
70
70
  .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #2e6e9e; text-decoration: none; }
71
- .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #79b7e7; background: #d0e5f5 url(/assets/redmond/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #1d5987; }
71
+ .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #79b7e7; background: #d0e5f5 url(../redmond/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #1d5987; }
72
72
  .ui-state-hover a, .ui-state-hover a:hover { color: #1d5987; text-decoration: none; }
73
- .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #79b7e7; background: #f5f8f9 url(/assets/redmond/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #e17009; }
73
+ .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #79b7e7; background: #f5f8f9 url(../redmond/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #e17009; }
74
74
  .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #e17009; text-decoration: none; }
75
75
  .ui-widget :active { outline: none; }
76
76
 
77
77
  /* Interaction Cues
78
78
  ----------------------------------*/
79
- .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #fad42e; background: #fbec88 url(/assets/redmond/ui-bg_flat_55_fbec88_40x100.png) 50% 50% repeat-x; color: #363636; }
79
+ .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #fad42e; background: #fbec88 url(../redmond/ui-bg_flat_55_fbec88_40x100.png) 50% 50% repeat-x; color: #363636; }
80
80
  .ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
81
- .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(/assets/redmond/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
81
+ .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(../redmond/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
82
82
  .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
83
83
  .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
84
84
  .ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
@@ -89,14 +89,14 @@
89
89
  ----------------------------------*/
90
90
 
91
91
  /* states and images */
92
- .ui-icon { width: 16px; height: 16px; background-image: url(/assets/redmond/ui-icons_469bdd_256x240.png); }
93
- .ui-widget-content .ui-icon {background-image: url(/assets/redmond/ui-icons_469bdd_256x240.png); }
94
- .ui-widget-header .ui-icon {background-image: url(/assets/redmond/ui-icons_d8e7f3_256x240.png); }
95
- .ui-state-default .ui-icon { background-image: url(/assets/redmond/ui-icons_6da8d5_256x240.png); }
96
- .ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/assets/redmond/ui-icons_217bc0_256x240.png); }
97
- .ui-state-active .ui-icon {background-image: url(/assets/redmond/ui-icons_f9bd01_256x240.png); }
98
- .ui-state-highlight .ui-icon {background-image: url(/assets/redmond/ui-icons_2e83ff_256x240.png); }
99
- .ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(/assets/redmond/ui-icons_cd0a0a_256x240.png); }
92
+ .ui-icon { width: 16px; height: 16px; background-image: url(../redmond/ui-icons_469bdd_256x240.png); }
93
+ .ui-widget-content .ui-icon {background-image: url(../redmond/ui-icons_469bdd_256x240.png); }
94
+ .ui-widget-header .ui-icon {background-image: url(../redmond/ui-icons_d8e7f3_256x240.png); }
95
+ .ui-state-default .ui-icon { background-image: url(../redmond/ui-icons_6da8d5_256x240.png); }
96
+ .ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(../redmond/ui-icons_217bc0_256x240.png); }
97
+ .ui-state-active .ui-icon {background-image: url(../redmond/ui-icons_f9bd01_256x240.png); }
98
+ .ui-state-highlight .ui-icon {background-image: url(../redmond/ui-icons_2e83ff_256x240.png); }
99
+ .ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(../redmond/ui-icons_cd0a0a_256x240.png); }
100
100
 
101
101
  /* positioning */
102
102
  .ui-icon-carat-1-n { background-position: 0 0; }
@@ -291,8 +291,8 @@
291
291
  .ui-corner-all { -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
292
292
 
293
293
  /* Overlays */
294
- .ui-widget-overlay { background: #aaaaaa url(/assets/redmond/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
295
- .ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(/assets/redmond/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*
294
+ .ui-widget-overlay { background: #aaaaaa url(../redmond/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
295
+ .ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(../redmond/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*
296
296
  * jQuery UI Resizable 1.8.10
297
297
  *
298
298
  * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: contour
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2011-09-05 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: devise
16
- requirement: &70325710820340 !ruby/object:Gem::Requirement
16
+ requirement: &70350189316920 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ~>
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: 1.4.4
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70325710820340
24
+ version_requirements: *70350189316920
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: omniauth
27
- requirement: &70325710801360 !ruby/object:Gem::Requirement
27
+ requirement: &70350189316020 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ~>
@@ -32,7 +32,7 @@ dependencies:
32
32
  version: 0.2.6
33
33
  type: :runtime
34
34
  prerelease: false
35
- version_requirements: *70325710801360
35
+ version_requirements: *70350189316020
36
36
  description: Basic Rails Framework files and assets for layout and authentication
37
37
  email: remosm@gmail.com
38
38
  executables: []