Skip to content

Commit

Permalink
Fix example layout bug
Browse files Browse the repository at this point in the history
  • Loading branch information
plasticine committed Feb 28, 2014
1 parent a8745ff commit c8bcf58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/views/layouts/kayessess/example.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<title>Styleguide</title>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=no,user-scalable=0">

<%= stylesheet_link_tag "application", media: "all" %>
<%= stylesheet_link_tag "kayessess/kayessess.css", media: "all" %>
Expand Down
2 changes: 1 addition & 1 deletion lib/kayessess/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Kayessess
PACKAGE = 'kayessess'
VERSION = '0.2.10'
VERSION = '0.2.11'
end

0 comments on commit c8bcf58

Please sign in to comment.