зеркало из https://github.com/mozilla/gecko-dev.git
formatting.css
This commit is contained in:
Родитель
e0c7222311
Коммит
9423bd34c9
|
@ -0,0 +1,17 @@
|
|||
|
||||
/* class for text with a 'link' appearance */
|
||||
.text-link
|
||||
{
|
||||
color : #666699;
|
||||
text-decoration : underline;
|
||||
}
|
||||
|
||||
.text-link:hover
|
||||
{
|
||||
color : #333366;
|
||||
}
|
||||
|
||||
.text-link:hover:active
|
||||
{
|
||||
color : #990000;
|
||||
}
|
Загрузка…
Ссылка в новой задаче