common-content 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11,7 +11,7 @@
|
|
11
11
|
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script>
|
12
12
|
<![endif]-->
|
13
13
|
|
14
|
-
<%= stylesheet_link_tag "
|
14
|
+
<%= stylesheet_link_tag "contents", :media => "all" %>
|
15
15
|
|
16
16
|
<link href="images/favicon.ico" rel="shortcut icon">
|
17
17
|
<link href="images/apple-touch-icon.png" rel="apple-touch-icon">
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: common-content
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -119,7 +119,6 @@ files:
|
|
119
119
|
- app/assets/javascripts/bootstrap.js.coffee
|
120
120
|
- app/assets/javascripts/contents.js.coffee
|
121
121
|
- app/assets/javascripts/jquery-ui-1.8.21.custom.min.js
|
122
|
-
- app/assets/stylesheets/application.css
|
123
122
|
- app/assets/stylesheets/bootstrap_and_overrides.css.less
|
124
123
|
- app/assets/stylesheets/contents.css.less
|
125
124
|
- app/assets/stylesheets/scaffolds.css.less
|
@@ -1,7 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
* This is a manifest file that'll automatically include all the stylesheets available in this directory
|
3
|
-
* and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
|
4
|
-
* the top of the compiled file, but it's generally better to create a new file per style scope.
|
5
|
-
*= require_self
|
6
|
-
*= require_tree .
|
7
|
-
*/
|