diff --git a/app/assets/stylesheets/bootstrap.css.erb b/app/assets/stylesheets/bootstrap.css.erb index 2bdf4556..7cc53a52 100644 --- a/app/assets/stylesheets/bootstrap.css.erb +++ b/app/assets/stylesheets/bootstrap.css.erb @@ -277,7 +277,7 @@ a:hover { } p { margin: 0 0 9px; - font-family: Helvetica, Arial, sans-serif; + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 13px; line-height: 18px; } @@ -522,7 +522,7 @@ input, button, select, textarea { - font-family: Helvetica, Arial, sans-serif; + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 13px; font-weight: normal; line-height: 18px; @@ -540,7 +540,7 @@ select, width: 210px; height: 18px; padding: 4px; - /*margin-bottom: 9px;*/ + margin-bottom: 9px; font-size: 13px; line-height: 18px; color: #555555; @@ -3039,7 +3039,7 @@ button.btn.small, input[type="submit"].btn.small { } .navbar-search .search-query { padding: 4px 9px; - font-family: Helvetica, Arial, sans-serif; + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 13px; font-weight: normal; line-height: 1; @@ -3222,8 +3222,8 @@ button.btn.small, input[type="submit"].btn.small { color: #333333; } .pagination { - height: 36px; - margin: 18px 0; + height: 36px; + margin: 18px 0; } .pagination ul { display: inline-block; @@ -3274,7 +3274,7 @@ button.btn.small, input[type="submit"].btn.small { background-color: #FFFFFF; } .pagination a:hover, .pagination .active a { - background-color: #e8e8e8; + background-color: #f5f5f5; } .pagination .active a { color: #999999; diff --git a/app/assets/stylesheets/list.css b/app/assets/stylesheets/list.css index 52e26185..cbc428c0 100644 --- a/app/assets/stylesheets/list.css +++ b/app/assets/stylesheets/list.css @@ -219,4 +219,4 @@ legend { } .member-list td:last-child .gender { border-radius: 0; -} \ No newline at end of file +} diff --git a/app/assets/stylesheets/style.css.erb b/app/assets/stylesheets/style.css.erb index 0ab84c3f..5d1a9aa8 100644 --- a/app/assets/stylesheets/style.css.erb +++ b/app/assets/stylesheets/style.css.erb @@ -1681,4 +1681,4 @@ /*21*/ .icons- { background-position: -0px -640px; -} \ No newline at end of file +}