yard-slipstream 0.1.4 → 0.1.5
Sign up to get free protection for your applications and to get access to all the features.
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.5
|
@@ -67,9 +67,9 @@ form.search input { margin-left: 5px; width: 250px; border: 1px solid #99f; -moz
|
|
67
67
|
|
68
68
|
#menu .noframes { margin-right: 355px; float: right; width: 130px; text-align: right; }
|
69
69
|
|
70
|
-
/*#menu a.link_disabled:link { color: inherit;
|
71
|
-
/*#menu a.link_disabled:visited { color: inherit;
|
72
|
-
#menu a.link_disabled:hover { color: inherit;
|
70
|
+
/*#menu a.link_disabled:link { color: inherit; }*/
|
71
|
+
/*#menu a.link_disabled:visited { color: inherit; }*/
|
72
|
+
#menu a.link_disabled:hover { color: inherit; }
|
73
73
|
|
74
74
|
#search2 { float: right; z-index: 1; }
|
75
75
|
#search2 { position: absolute; right: 0px; top: 0px; }
|
@@ -5,7 +5,7 @@
|
|
5
5
|
<head>
|
6
6
|
<meta http-equiv="Content-Type" content="text/html; charset=<%= charset %>"/>
|
7
7
|
<title><%= options[:title] %></title>
|
8
|
-
<script
|
8
|
+
<script type="text/javascript" charset="utf-8">
|
9
9
|
function frame_saver()
|
10
10
|
{
|
11
11
|
if (self.location.search)
|
data/yard-slipstream.gemspec
CHANGED