moved favicon and site icon to the templates where they belong

This commit is contained in:
JT Smith 2004-11-05 00:49:36 +00:00
parent a278041d74
commit babb8099c9
7 changed files with 38 additions and 29 deletions

View file

@ -14,6 +14,15 @@
left: 85px;
font-size: 50px;
text-align: left;
/*background-image: url(bg_title.gif);*/
background-repeat: repeat-x;
font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;
color: black;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 25px;
height: 73px;
vertical-align: middle;
}
.adminConsoleWorkArea {
@ -21,6 +30,8 @@
margin: 65px 200px 50px 10px;
padding: 5px;
-moz-border-radius: 10px;
background-image: url(bg_console.gif);
background-repeat: repeat-x;
}
/* Hides from non-ie: the holly hack \*/
* html .adminConsoleWorkArea {
@ -39,6 +50,8 @@
padding: 5px; */
font-family: helvetica, arial;
font-size: 12px;
background-image: url(bg_console.gif);
background-repeat: repeat-x;
}
.adminConsoleMainMenu {
@ -46,6 +59,8 @@
padding: 5px;
margin: 5px;
-moz-border-radius: 10px;
background-image: url(bg_console.gif);
background-repeat: repeat-x;
}
.adminConsoleSubmenu {
@ -53,6 +68,8 @@
padding: 5px;
margin: 5px;
-moz-border-radius: 10px;
background-image: url(bg_console.gif);
background-repeat: repeat-x;
}
.adminConsoleUtilityMenu {
@ -60,6 +77,8 @@
padding: 5px;
margin: 5px;
-moz-border-radius: 10px;
background-image: url(bg_console.gif);
background-repeat: repeat-x;
}
.adminConsoleHidden {