Why does this not remove the underline from the links to facebook and assassin industries on this page .
.module_wpproad { text-decoration:none; border:none; }
By default, the text-decorationlink attribute takes precedence over the text-decorationcontainer attribute . You must be specific in your redefinition:
text-decoration
.module_wpproad a { text-decoration: none; }
Source: https://habr.com/ru/post/1738602/More articles:How to group files by date using PowerShell? - scriptingUnder some conditions Java rescan is slower - javaWebSphere MQ authentication and key certificates - ibm-mqnoSQL / SQL / RoR: trying to create a scalable rating table for a game - sqlwhere is the "googlebar" in google maps api v3 - javascriptMultiple tables or multiple schemas - postgresqlDo you have an IDE development hotkey in AutoHotkey? - scriptingjQuery active menu - javascriptUpdate iPhone UIProgressView while loading NSURLConnection - iphonejquery: предварительные поля автозаполнения - javascriptAll Articles