Commit 63e3af5bc837bda13125c8aefd7a152d3b399a9b
1 parent
e1708651
Exists in
master
and in
11 other branches
Small fixes
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
sass/_proposal_categories.scss
| @@ -4,7 +4,6 @@ | @@ -4,7 +4,6 @@ | ||
| 4 | background: #fff; | 4 | background: #fff; |
| 5 | clear: both; | 5 | clear: both; |
| 6 | margin: 0; | 6 | margin: 0; |
| 7 | - width: 100%; | ||
| 8 | padding: 10px; | 7 | padding: 10px; |
| 9 | text-align: center; | 8 | text-align: center; |
| 10 | li { | 9 | li { |
| @@ -87,6 +86,7 @@ | @@ -87,6 +86,7 @@ | ||
| 87 | 86 | ||
| 88 | .proposal-category-items { | 87 | .proposal-category-items { |
| 89 | text-align: left; | 88 | text-align: left; |
| 89 | + border-radius: 6px; | ||
| 90 | .proposal-list { | 90 | .proposal-list { |
| 91 | padding-left: 20px; | 91 | padding-left: 20px; |
| 92 | } | 92 | } |