iceauth 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,20 +6,26 @@
6
6
  }
7
7
 
8
8
  body {
9
- background: #EDEFED;
9
+ background: #666666;
10
10
  }
11
11
 
12
12
  header {
13
- background: lightgray;
14
- padding: 10px 0 10px 0;
13
+ background: #FFFFFF;
14
+ padding: 10px 0 0 0;
15
+ border-bottom: 1px solid black;
15
16
  }
16
17
 
17
18
  header img {
18
19
  padding: 1em;
19
20
  }
20
21
 
22
+ .main {
23
+ background: #EDEFED;
24
+ padding: 1px 0 1px 0;
25
+ }
26
+
21
27
  section {
22
- margin-top: 1em;
28
+ margin: 1em 0 1em 0;
23
29
  font-size: 120%;
24
30
  padding: 20px;
25
31
  background: #fff;
@@ -91,12 +97,18 @@ nav ul li a:hover {
91
97
  /* Footer */
92
98
 
93
99
  footer {
94
- background: lightgray;
100
+ background: #666666;
95
101
  text-align: center;
96
- margin-top: 10px;
97
102
  margin-left: auto;
98
103
  margin-right: auto;
99
104
  padding: 10px 0 10px 0;
105
+ border-top: 1px solid black;
106
+ }
107
+
108
+ footer a {
109
+ font-family: verdana,arial,sans-serif;
110
+ font-size: .9em;
111
+ color: #E7E7E7;
100
112
  }
101
113
 
102
114
  footer nav {
@@ -1,3 +1,3 @@
1
1
  module Iceauth
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iceauth
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-10-25 00:00:00.000000000Z
12
+ date: 2011-10-27 00:00:00.000000000Z
13
13
  dependencies: []
14
14
  description: Generate authentication for an icebreaker based rails application
15
15
  email: