diff --git a/vendor/plugins/NewBlog/app/assets/stylesheets/NewBlog/blog.css b/vendor/plugins/NewBlog/app/assets/stylesheets/NewBlog/blog.css index f656dccb..202a62a4 100644 --- a/vendor/plugins/NewBlog/app/assets/stylesheets/NewBlog/blog.css +++ b/vendor/plugins/NewBlog/app/assets/stylesheets/NewBlog/blog.css @@ -7,3 +7,15 @@ font-size: large; background-color: green; } + +.widget_index { + width: 200px; + height: 120px; + border: solid; +} + +.widget_latest_post{ + width: 200px; + height: 120px; + border: solid; +} \ No newline at end of file diff --git a/vendor/plugins/NewBlog/app/views/layouts/production.html.erb b/vendor/plugins/NewBlog/app/views/layouts/production.html.erb index e6700471..d90a4112 100644 --- a/vendor/plugins/NewBlog/app/views/layouts/production.html.erb +++ b/vendor/plugins/NewBlog/app/views/layouts/production.html.erb @@ -1,4 +1,3 @@ -<%= stylesheet_link_tag "production"%>
<%= t('blog.title') %> | -<%= t('blog.body') %> | -
---|
- <%= @post.body %> -
+ \ No newline at end of file