first import
This commit is contained in:
16
sites/all/modules/extlink/extlink.css
Normal file
16
sites/all/modules/extlink/extlink.css
Normal file
@@ -0,0 +1,16 @@
|
||||
span.ext {
|
||||
background: url(extlink.png) right center no-repeat;
|
||||
padding-right: 12px;
|
||||
}
|
||||
span.mailto {
|
||||
background: url(mailto.png) right center no-repeat;
|
||||
padding-right: 12px;
|
||||
}
|
||||
|
||||
/* Hide the extra spans when printing. */
|
||||
@media print {
|
||||
span.ext, span.mailto {
|
||||
display: none;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user