Bug 9904

Summary: links displayed as blocks by skin-default.css
Product: openclipart.org Reporter: James Kilfiger <james.kilfiger>
Component: websiteAssignee: default user for a product <clipart>
Status: RESOLVED FIXED QA Contact:
Severity: minor    
Priority: medium    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description James Kilfiger 2007-02-07 08:46:41 UTC
The css 
.cc_system_prompt a {
display:block;
}

at line 464 of skin-default.css is a little odd. It makes for odd formatting of various prompts, such as  

"Changes saved, see
Scimitar page
.Or go back to
Manage files
."

Probably should be 
display:inline;
Comment 1 Jon Phillips 2007-02-07 11:05:12 UTC
Thanks, I added this.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.