Tweaks to prefs. JUst some shuffling. r/sr=hewitt,blake

git-svn-id: svn://10.0.0.236/trunk@130750 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
hyatt%netscape.com 2002-09-29 22:08:46 +00:00
parent 82d3086d54
commit 882e37a631
3 changed files with 5 additions and 5 deletions

View File

@ -48,14 +48,14 @@
height: 80px;
}
#themesLink {
.themesLink {
margin-left: 5px;
text-decoration: underline;
color: blue;
cursor: pointer;
}
#themesLink:active {
.themesLink:active {
color: red;
}

View File

@ -48,14 +48,14 @@
height: 80px;
}
#themesLink {
.themesLink {
margin-left: 5px;
text-decoration: underline;
color: blue;
cursor: pointer;
}
#themesLink:active {
.themesLink:active {
color: red;
}

View File

@ -88,7 +88,7 @@
</hbox>
<separator/>
<hbox align="start">
<html:a id="themesLink" href="&getNewThemesURL;"
<html:a class="themesLink" id="themesLink" href="&getNewThemesURL;"
style="display: block;" target="_new">&getNewThemes.label;</html:a>
</hbox>
</page>