Closed
Bug 461619
Opened 17 years ago
Closed 17 years ago
Please add the following class to the wiki.mozilla.org CSS
Categories
(mozilla.org Graveyard :: Server Operations, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: zak, Assigned: reed)
Details
Ahoy Supportistes,
Can you please add the following classes to the main CSS for wiki.mozilla.org?
I need them for pages like
https://wiki.mozilla.org/Project/2010_Goals/IRC/2010goals/2008-10-23
so that I don't use so much inline CSS
/* Apply to the first column */
.irc-log tr > td:first-child {
color: #555;
font-weight: bold;
text-align: right;
vertical-align: top;
}
.irc-log tr td {
border-bottom: 1px solid #DDD;
}
/* Apply to the last column (assuming a 3 col. table) */
.irc-log td + td + td {
color: #555;
font-size: 80%;
vertical-align: top;
}
| Assignee | ||
Comment 1•17 years ago
|
||
Not going to add these to www.mozilla.org CSS, but could add them to the general MediaWiki CSS.
<style type="text/css">/*<![CDATA[*/
@import "/index.php?title=MediaWiki:Common.css&usemsgcache=yes&action=raw&ctype=text/css&smaxage=18000";
@import "/index.php?title=MediaWiki:Cavendish.css&usemsgcache=yes&action=raw&ctype=text/css&smaxage=18000";
@import "/index.php?title=-&action=raw&gen=css&maxage=18000&smaxage=0&useskin=cavendish";
/*]]>*/</style>
Probably MediaWiki:Common.css...
Group: infra
| Assignee | ||
Comment 2•17 years ago
|
||
Added to https://wiki.mozilla.org/MediaWiki:Cavendish.css instead since it already had some rules...
Assignee: server-ops → reed
Status: NEW → RESOLVED
Closed: 17 years ago
Component: Server Operations: Web Content Push → Server Operations
Resolution: --- → FIXED
Updated•10 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•