Skip to content

Commit 0c9c65a

Browse files
alexagranovdblock
authored andcommitted
Support CSS media queries.
1 parent 6293c7c commit 0c9c65a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* Implemented RuboCop, Ruby-style linter - [@dblock](https://github.com/dblock).
77
* [#31](https://github.com/ruby-grape/grape-swagger-rails/pull/31): Support Swagger-UI docExpansion option - [@maruware](https://github.com/maruware).
88
* [#32](https://github.com/ruby-grape/grape-swagger-rails/pull/32): Fix Ruby 1.9.3 compatibility - [@suan](https://github.com/suan).
9+
* [#39](https://github.com/ruby-grape/grape-swagger-rails/pull/39): Support CSS media queries - [@alexagranov](https://github.com/alexagranov).
910
* Your contribution here.
1011

1112
### 0.1.0 (February 5, 2015)

Diff for: app/views/grape_swagger_rails/application/index.html.erb

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html data-swagger-options="<%= GrapeSwaggerRails.options.marshal_dump.to_json %>">
33
<head>
44
<title><%= GrapeSwaggerRails.options.app_name || 'Swagger UI' %></title>
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
56
<link href='//fonts.googleapis.com/css?family=Droid+Sans:400,700' rel='stylesheet' type='text/css'/>
67
<%= stylesheet_link_tag 'grape_swagger_rails/application.css' %>
78
<%= javascript_include_tag 'grape_swagger_rails/application.js' %>

0 commit comments

Comments
 (0)