home *** CD-ROM | disk | FTP | other *** search
- @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
- #webdeveloper-about-details
- {
- background-color: #ffffff;
- color: #000000;
- }
-
- #webdeveloper-about-dialog
- {
- padding: 0;
- }
-
- #webdeveloper-about-separator
- {
- margin-top: 0;
- }
-
- .name
- {
- font-weight: bold;
- font-size: x-large;
- }
-
- .title
- {
- font-weight: bold;
- margin-bottom: 0;
- padding-bottom: 0;
- }
-
- .url
- {
- color: #0000ff;
- cursor: pointer;
- text-decoration: underline;
- }
- .url:hover
- {
- color: #ff0000;
- }