diff --git a/app/assets/stylesheets/my.css.scss b/app/assets/stylesheets/my.css.scss index 4a68397..ee0cd2e 100644 --- a/app/assets/stylesheets/my.css.scss +++ b/app/assets/stylesheets/my.css.scss @@ -21,3 +21,16 @@ div.thumbnail { text-align: center; } + +/* Pagination is shown in top bar. Reduce margin to avoid making the nav bar larger. */ +ul.pagination +{ + margin-top: 8px; + margin-bottom: 0; +} + +/* Top bar is fixed. Move main part down so the bar does not hide it. */ +.container-main +{ + margin-top: 60px; +} \ No newline at end of file diff --git a/app/views/packages/index.html.erb b/app/views/packages/index.html.erb index 08db81e..7f7b54c 100644 --- a/app/views/packages/index.html.erb +++ b/app/views/packages/index.html.erb @@ -1,4 +1,4 @@ -