bootstrap-on 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.8
1
+ 0.0.9
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "bootstrap-on"
8
- s.version = "0.0.8"
8
+ s.version = "0.0.9"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Stuart Chinery", "Dave Hrycyszyn"]
@@ -1,20 +1,20 @@
1
1
  <!DOCTYPE html>
2
2
  <html lang="en">
3
3
  <head>
4
- <meta charset="utf-8">
4
+ <meta charset="utf-8" />
5
5
  <title>Padrino Admin</title>
6
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
- <meta name="description" content="">
8
- <meta name="author" content="">
6
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
+ <meta name="description" content="" />
8
+ <meta name="author" content="" />
9
9
 
10
10
  <!-- Le styles -->
11
- <link href="/admin/css/bootstrap.css" rel="stylesheet">
11
+ <link href="/admin/css/bootstrap.css" rel="stylesheet" />
12
12
  <style>
13
13
  body {
14
14
  padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
15
15
  }
16
16
  </style>
17
- <link href="/admin/css/bootstrap-responsive.css" rel="stylesheet">
17
+ <link href="/admin/css/bootstrap-responsive.css" rel="stylesheet" />
18
18
 
19
19
  <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
20
20
  <!--[if lt IE 9]>
@@ -22,15 +22,14 @@
22
22
  <![endif]-->
23
23
 
24
24
  <!-- Le fav and touch icons -->
25
- <link rel="shortcut icon" href="/admin/ico/favicon.ico">
26
- <link rel="apple-touch-icon-precomposed" sizes="144x144" href="/admin/ico/apple-touch-icon-144-precomposed.png">
27
- <link rel="apple-touch-icon-precomposed" sizes="114x114" href="/admin/ico/apple-touch-icon-114-precomposed.png">
28
- <link rel="apple-touch-icon-precomposed" sizes="72x72" href="/admin/ico/apple-touch-icon-72-precomposed.png">
29
- <link rel="apple-touch-icon-precomposed" href="/admin/ico/apple-touch-icon-57-precomposed.png">
25
+ <link rel="shortcut icon" href="/admin/ico/favicon.ico" />
26
+ <link rel="apple-touch-icon-precomposed" sizes="144x144" href="/admin/ico/apple-touch-icon-144-precomposed.png" />
27
+ <link rel="apple-touch-icon-precomposed" sizes="114x114" href="/admin/ico/apple-touch-icon-114-precomposed.png" />
28
+ <link rel="apple-touch-icon-precomposed" sizes="72x72" href="/admin/ico/apple-touch-icon-72-precomposed.png" />
29
+ <link rel="apple-touch-icon-precomposed" href="/admin/ico/apple-touch-icon-57-precomposed.png" />
30
30
  </head>
31
31
 
32
32
  <body>
33
-
34
33
  <div class="navbar navbar-fixed-top">
35
34
  <div class="navbar-inner">
36
35
  <div class="container">
@@ -1,20 +1,20 @@
1
1
  <!DOCTYPE html>
2
2
  <html lang="en">
3
3
  <head>
4
- <meta charset="utf-8">
4
+ <meta charset="utf-8" />
5
5
  <title>Padrino Admin</title>
6
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
- <meta name="description" content="">
8
- <meta name="author" content="">
6
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
+ <meta name="description" content="" />
8
+ <meta name="author" content="" />
9
9
 
10
10
  <!-- Le styles -->
11
- <link href="/admin/css/bootstrap.min.css" rel="stylesheet">
11
+ <link href="/admin/css/bootstrap.min.css" rel="stylesheet" />
12
12
  <style>
13
13
  body {
14
14
  padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
15
15
  }
16
16
  </style>
17
- <link href="/admin/css/bootstrap-responsive.min.css" rel="stylesheet">
17
+ <link href="/admin/css/bootstrap-responsive.min.css" rel="stylesheet" />
18
18
 
19
19
  <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
20
20
  <!--[if lt IE 9]>
@@ -22,15 +22,14 @@
22
22
  <![endif]-->
23
23
 
24
24
  <!-- Le fav and touch icons -->
25
- <link rel="shortcut icon" href="/admin/ico/favicon.ico">
26
- <link rel="apple-touch-icon-precomposed" sizes="144x144" href="/admin/ico/apple-touch-icon-144-precomposed.png">
27
- <link rel="apple-touch-icon-precomposed" sizes="114x114" href="/admin/ico/apple-touch-icon-114-precomposed.png">
28
- <link rel="apple-touch-icon-precomposed" sizes="72x72" href="/admin/ico/apple-touch-icon-72-precomposed.png">
29
- <link rel="apple-touch-icon-precomposed" href="/admin/ico/apple-touch-icon-57-precomposed.png">
25
+ <link rel="shortcut icon" href="/admin/ico/favicon.ico" />
26
+ <link rel="apple-touch-icon-precomposed" sizes="144x144" href="/admin/ico/apple-touch-icon-144-precomposed.png" />
27
+ <link rel="apple-touch-icon-precomposed" sizes="114x114" href="/admin/ico/apple-touch-icon-114-precomposed.png" />
28
+ <link rel="apple-touch-icon-precomposed" sizes="72x72" href="/admin/ico/apple-touch-icon-72-precomposed.png" />
29
+ <link rel="apple-touch-icon-precomposed" href="/admin/ico/apple-touch-icon-57-precomposed.png" />
30
30
  </head>
31
31
 
32
32
  <body>
33
-
34
33
  <div class="navbar navbar-fixed-top">
35
34
  <div class="navbar-inner">
36
35
  <div class="container">
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrap-on
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -219,7 +219,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
219
219
  version: '0'
220
220
  segments:
221
221
  - 0
222
- hash: -635840060150648039
222
+ hash: -774854997115765131
223
223
  required_rubygems_version: !ruby/object:Gem::Requirement
224
224
  none: false
225
225
  requirements: