diff --git a/app/assets/stylesheets/bootstrap_and_overrides.css.less b/app/assets/stylesheets/bootstrap_and_overrides.css.less index 2e43862..b46ec40 100644 --- a/app/assets/stylesheets/bootstrap_and_overrides.css.less +++ b/app/assets/stylesheets/bootstrap_and_overrides.css.less @@ -459,6 +459,11 @@ margin-left:0px; } +ul.bullet { + list-style-type: disc; + margin-left: 20px; +} + hr.orange_break_line{ clear: both; margin-top: 40px; @@ -1900,4 +1905,4 @@ tr.new_option_before { display: none; -} \ No newline at end of file +} diff --git a/app/views/projects/_project_details.html.erb b/app/views/projects/_project_details.html.erb index aa8be11..dc62033 100644 --- a/app/views/projects/_project_details.html.erb +++ b/app/views/projects/_project_details.html.erb @@ -200,7 +200,7 @@