diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 6755f1f15..a16bdc3dc 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -777,7 +777,15 @@ ul.projects div.description ul li {list-style-type:initial;} width: 100%; } #projects-index ul.projects li.child {margin-top: 1em;} -#projects-index ul.projects div.root a.project { font-family: "Trebuchet MS", Verdana, sans-serif; font-weight: bold; font-size: 16px; margin: 0 0 10px 0; } +#projects-index ul.projects div.root a.project { + font-family: "Trebuchet MS", Verdana, sans-serif; + font-weight: bold; + font-size: 16px; + margin: 0 0 10px 0; + /* @ToDo: Remove below lines when legacy icon styles are removed */ + background-image: none; + padding-left: 0; +} #projects-index ul.projects div.description { padding-top: 0.5em; }