yard-rest 1.1.1 → 1.1.2

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.1
1
+ 1.1.2
@@ -4,7 +4,29 @@
4
4
  <head>
5
5
  <%= erb(:headers) %>
6
6
  <style type="text/css">
7
- #toc {top: 24px;}
7
+ #toc {
8
+ height: 100%;
9
+ right: 0;
10
+ position: fixed;
11
+ top: 0;
12
+ width: 230px;
13
+ }
14
+ #header {
15
+ position: fixed;
16
+ top: 0;
17
+ z-index: 1001;
18
+ }
19
+ #header #search {
20
+ position: fixed;
21
+ top: 0;
22
+ right: 8px;
23
+ z-index: 1001;
24
+ }
25
+ #content {
26
+ margin-right: 254px;
27
+ position: relative;
28
+ z-index: 1;
29
+ }
8
30
  #toc .title {display: none;}
9
31
  #toc a:link, #content a:visited { text-decoration: none; color: #05a; }
10
32
  #toc a:hover { background: #ffffa5; }
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.1
4
+ version: 1.1.2
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-06-08 00:00:00.000000000 Z
12
+ date: 2012-06-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: yard