yard-rest 1.1.3 → 1.1.4

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.3
1
+ 1.1.4
@@ -4,6 +4,13 @@
4
4
  <head>
5
5
  <%= erb(:headers) %>
6
6
  <style type="text/css">
7
+ body {
8
+ overflow-x: hidden;
9
+ overflow-y: auto;
10
+ padding: 0 !important;
11
+ margin: 0 !important;
12
+ width: 100%;
13
+ }
7
14
  #toc {
8
15
  height: 100%;
9
16
  right: 0;
@@ -23,8 +30,9 @@
23
30
  z-index: 1001;
24
31
  }
25
32
  #content {
26
- margin-right: 254px;
33
+ margin-right: 285px;
27
34
  position: relative;
35
+ padding: 20px;
28
36
  z-index: 1;
29
37
  }
30
38
  #toc .title {display: none;}
@@ -42,7 +50,8 @@
42
50
  }
43
51
  p.method_desc {
44
52
  padding: 16px 0 0 14px;
45
- font-size: 1.2em;
53
+ font-size: 1.4em;
54
+ font-weight: bold;
46
55
  }
47
56
  h2 {
48
57
  margin: 2.4em 0 0.5em;
@@ -56,7 +65,6 @@
56
65
  margin-top: 40px;
57
66
  padding-top: 0;
58
67
  position: relative;
59
- box-shadow: 0 -6px 12px rgba(0,0,0,0.1);
60
68
  }
61
69
  h3 {
62
70
  font-size: 1.2em;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yard-rest
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.3
4
+ version: 1.1.4
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: 2012-08-28 00:00:00.000000000 Z
12
+ date: 2012-09-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: yard