Bug 1048508 - CSS in list of user's Coprs breaks links
Summary: CSS in list of user's Coprs breaks links
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Copr
Classification: Community
Component: frontend
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Miroslav Suchý
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-01-04 18:59 UTC by Miro Hrončok
Modified: 2014-02-06 08:32 UTC (History)
0 users

Fixed In Version: copr-1.20-1
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-02-06 08:32:03 UTC
Embargoed:


Attachments (Terms of Use)

Description Miro Hrončok 2014-01-04 18:59:37 UTC
On the list of user's Coprs, all link appear big and ugly.

See: http://copr.fedoraproject.org/coprs/churchyard/

The following CSS is breaking it:

div.copr a {
  font-size: 1.4em;
  font-weight: bold;
  display: block;
}

It would probably a better idea to give links to Coprs a special class rather then applying such a global rule.

Comment 1 Miroslav Suchý 2014-01-06 22:09:46 UTC
Fixed in upstream in commit 24c0d63.


Note You need to log in before you can comment on or make changes to this bug.