Как подправить класс чтобы выводилось не
вход
регистрация
а [вход] [регистрация]
ниже скрин
вод class link
a.link,
.link a:link,
.link a:visited {
background: #09619f url(img/link.png)repeat-x bottom left;
text-decoration: none;
color: #d0eeff;
padding: 10px;
display:block;
margin-bottom: 4px;
border-radius: 4px;
box-shadow: inset 0 1px 0px #99d7f8;
text-shadow: 0px 1px 0px #035d9d;
border-bottom: 1px solid #202020;
}
.link a:focus,
a.link:hover,
.link a:active {
background: #09619f url(img/link5.png)repeat-x bottom left;
color: #d0eeff;
text-shadow: 0px 1px 0px #035d9d;
}
display:line-block;
======
a.link,
.link a:link,
.link a:visited {
background: #09619f url(img/link.png)repeat-x bottom left;
text-decoration: none;
color: #d0eeff;
padding: 10px;
display:line-block;
margin-bottom: 4px;
border-radius: 4px;
box-shadow: inset 0 1px 0px #99d7f8;
text-shadow: 0px 1px 0px #035d9d;
border-bottom: 1px solid #202020;
}
a.link,
.link a:link,
.link a:visited {
background: #09619f url(img/link.png)repeat-x bottom left;
text-decoration: none;
color: #d0eeff;
padding: 10px;
display:inline-block;
margin-bottom: 4px;
border-radius: 4px;
box-shadow: inset 0 1px 0px #99d7f8;
text-shadow: 0px 1px 0px #035d9d;
border-bottom: 1px solid #202020;
}
.link a:focus,
a.link:hover,
.link a:active {
background: #09619f url(img/link5.png)repeat-x bottom left;
color: #d0eeff;
text-shadow: 0px 1px 0px #035d9d;
}
Тема закрыта для обсуждения!