Files
Mozilla/mozilla/xpfe/components/search/resources/internetresults.css
ben%netscape.com 3d1c4e35e4 forgot to update this file with the search changes I made last night. r=german, a=jar
git-svn-id: svn://10.0.0.236/trunk@62088 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-02 23:47:09 +00:00

27 lines
444 B
CSS
Executable File

window {
margin-top: 2px;
}
#multi-results-header {
background-color: #003366;
color: #CCFFFF;
font-weight: bold;
padding: 1px 4px 3px 6px;
-moz-border-radius: 8px 0px 0px 0px;
}
#engineTabs {
/*don't know why its not setting the color*/
background-color: #666666;
}
#engineTabs > text {
margin-top: 5px;
color: white;
}
#engineTabs > titledbutton {
-moz-border-radius: 8px 8px 0px 0px;
margin-left: 5px;
margin-right: 5px;
}