diff --git a/app/assets/stylesheets/custom.css.scss b/app/assets/stylesheets/custom.css.scss index 53f7491..7182061 100644 --- a/app/assets/stylesheets/custom.css.scss +++ b/app/assets/stylesheets/custom.css.scss @@ -34,15 +34,11 @@ h1 { font-size: 3em; letter-spacing: -2px; margin-bottom: 30px; - text-align: center; } h2 { - font-size: 1.2em; letter-spacing: -1px; margin-bottom: 30px; - text-align: center; - font-weight: normal; color: #777; } diff --git a/app/views/books/show.html.erb b/app/views/books/show.html.erb index f5a10cd..3eecd0f 100644 --- a/app/views/books/show.html.erb +++ b/app/views/books/show.html.erb @@ -1,19 +1,54 @@ -
Serie: <%= @book.serie.name %>
-Publisher: <%= @book.publisher.name %>
-Publishing date: <%= @book.pubdate.to_formatted_s(:date) %>
+