diff --git a/reroute/index.html b/reroute/index.html index b6df749..155adb8 100644 --- a/reroute/index.html +++ b/reroute/index.html @@ -24,13 +24,13 @@ .date-detail{ text-align: center; } - .datasets ul, .ideas ul{ + .datasets ul, .ideas ul.ideas-projects{ text-align: left; margin: 0px; overflow:hidden; margin-bottom: 20px; } - .datasets li, .ideas li{ + .datasets li, .ideas .ideas-projects li{ list-style-type: none; display:inline-block; float:left; @@ -279,6 +279,10 @@ text-align: center; } } + + .ideas-bullets li{ + list-style: disc; + } @@ -465,9 +469,9 @@