【发布时间】:2015-02-07 02:59:55
【问题描述】:
我有两个链接(一个是文本链接,一个是图片链接):see image
我将如何去除图片链接的边框底部样式,但保留文本链接的边框样式
CSS:
a {
color: #28c3ab;
border-bottom: 1px dotted #28c3ab;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
【问题讨论】:
标签: html css twitter-bootstrap