Beiträge getagged ‘dotted’

Gestrichelte Linie als text-decoration bei Links

24 August 2010

a {
text-decoration: none;
border-bottom: 1px dotted blue;
}