diff --git a/index.html b/index.html index 151e1d3..5ab36d2 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,13 @@ + + + + + + + - + + + + + + + + + diff --git a/novo.css b/novo.css index 0810057..4ff4332 100755 --- a/novo.css +++ b/novo.css @@ -149,7 +149,6 @@ nav ul { background-color: #eeeff1; } .category { - border-top: 1px dotted #172938; list-style: none; padding-left: 0; padding-top: 10px; } @@ -171,6 +170,12 @@ nav ul { margin-bottom: 0; margin-top: 20px; padding-left: 0; } + #proposal-group .item { + border: 0; } + #proposal-group .category { + background: transparent; + border-top: 1px dotted #172938; + padding-top: 10px; } #search-input-container { margin-top: 10px; } diff --git a/novo.html b/novo.html index 927658a..1f4f564 100644 --- a/novo.html +++ b/novo.html @@ -6,11 +6,100 @@ - - - - - + + + + + + + + @@ -19,7 +108,7 @@ - + diff --git a/sass/novo/_proposal_categories.scss b/sass/novo/_proposal_categories.scss index b160fd1..48035fa 100644 --- a/sass/novo/_proposal_categories.scss +++ b/sass/novo/_proposal_categories.scss @@ -105,7 +105,6 @@ } } .category { - border-top: 1px dotted $default-color; list-style: none; padding-left: 0; padding-top: 10px; diff --git a/sass/novo/_proposal_group.scss b/sass/novo/_proposal_group.scss index 752725a..a4ea83c 100644 --- a/sass/novo/_proposal_group.scss +++ b/sass/novo/_proposal_group.scss @@ -9,6 +9,14 @@ margin-top: $default-spacing-size; padding-left: 0; } + .item { + border: 0; + } + .category { + background: transparent; + border-top: 1px dotted $default-color; + padding-top: 10px; + } } } #search-input-container { -- libgit2 0.21.2