zotero/chrome/chromeFiles/skin/default/scholar/about.css
David Norton ce26db3495 Closes #12, credits panel.
This custom credits panel gives us more flexibility. Also, there is an About link which is certainly easier to find than right-clicking on the extension in the Add-ons window.
2006-07-06 20:43:32 +00:00

35 lines
No EOL
313 B
CSS

dialog
{
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
}
#aboutcontent
{
background: white;
padding: 10px;
}
#name
{
font-size: large;
font-weight: bold;
}
#version
{
color: gray;
margin-bottom: 5px;
}
.subhead
{
margin-top: 5px;
font-weight: bold;
}
.subcontent
{
margin-left: 10px;
}