Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
このページの Facebook と暗殺業界のリンクから下線を削除しないのはなぜですか。
.module_wpproad { text-decoration:none; border:none; }
リンクのデフォルト属性は、コンテナtext-decorationの属性よりも優先されます。text-decorationオーバーライドを具体的にする必要があります。
text-decoration
.module_wpproad a { text-decoration: none; }