jobless 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c55a60af67c16b25a488622a972cddd424a52b82
4
- data.tar.gz: 49a754f08609ef0bf36fba55a4f2488bd8532017
3
+ metadata.gz: 74affbc6c82a503bd83252bd9de4e67a65bcd9dc
4
+ data.tar.gz: de327b793d8625e8c8664edcdcc58f10a5a49d0b
5
5
  SHA512:
6
- metadata.gz: e7ac7474ffeeafe74b5eff5cc074095079c606df4ee5bd25d277da5cb0f5916cc7e925e6ad144af383f00acc350210b17c93286bf00450b38bc003806bb67a90
7
- data.tar.gz: 75c2392b7199266d58708fb3c3b94ea39cc76940c9fb2c9115809535bf116c95da58c3bfa8c3f47cf61b623ad6f987ee16576646274183cf915e4c522cbd6832
6
+ metadata.gz: acc9a23d1c4a8ae60854968719bf07ed38b9087fd264d261b82341f77e3328afe48e66e192d5b63ce9971b7d67c174dcef5834c8f7f06773a0a3917418798054
7
+ data.tar.gz: c569935a9f12c5e69d773397ffdcda7074f061a05d13213d8209fe08abc0156c8f91c842d2ff71a9d7e644a8c3180b2ee44e7c757a458b4a9d2c5c74296bd90b
@@ -1,17 +1,7 @@
1
- @media screen {
2
- #base {
3
- margin-left: auto;
4
- margin-right: auto;
5
- max-width: 850px;
6
- background-color: #fff;
7
- }
8
- body {
9
- background-color: #222;
10
- }
11
- }
12
1
  body {
13
2
  color: #333;
14
3
  font-family: helvetica;
4
+ font-size: 12px;
15
5
  }
16
6
  h1, h2, h3, .title {
17
7
  color: #000;
@@ -23,7 +13,7 @@ h1 {
23
13
  margin-top: 20px;
24
14
  }
25
15
  h3 {
26
- font-size: 20px;
16
+ font-size: 16px;
27
17
  margin-top: 0;
28
18
  }
29
19
  a, a:active, a:link, a:hover, a:visited {
@@ -59,9 +49,10 @@ ul {
59
49
  text-align: right;
60
50
  }
61
51
  .flexbox {
62
- display: -ms-flex;
63
- display: -webkit-flex;
64
- display: flex;
52
+ page-break-inside: avoid;
53
+ display: -ms-flex;
54
+ display: -webkit-flex;
55
+ display: flex;
65
56
  margin-top: 20px;
66
57
  padding-top: 10px;
67
58
  }
@@ -73,4 +64,19 @@ ul {
73
64
  width: 80%;
74
65
  padding: 10px;
75
66
  }
67
+ @media screen {
68
+ #base {
69
+ margin-left: auto;
70
+ margin-right: auto;
71
+ max-width: 850px;
72
+ background-color: #fff;
73
+ }
74
+ body {
75
+ background-color: #222;
76
+ font-size: 16px;
77
+ }
78
+ h3 {
79
+ font-size: 20px;
80
+ }
81
+ }
76
82
 
@@ -28,9 +28,9 @@
28
28
  <b class="title"><%= item.title %></b>
29
29
  <% if item.company %> - <%= item.company %> <% end %>
30
30
  <% if item.homepage %>
31
- <span class="homepage">
32
- (<a href="<%= item.homepage %>"><%= item.homepage %></a>)
33
- </span>
31
+ <div class="homepage">
32
+ <a href="<%= item.homepage %>"><%= item.homepage %></a>
33
+ </div>
34
34
  <% end %>
35
35
  <% if item.technologies %>
36
36
  <p class="technologies">
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jobless
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Filip Defar
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-11-25 00:00:00.000000000 Z
11
+ date: 2015-12-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport