MediaWiki:Category.css: Difference between revisions
From Tardis Wiki, the free Doctor Who reference
No edit summary |
No edit summary |
||
Line 15: | Line 15: | ||
.CategorySelect.articlePage .categories { | .CategorySelect.articlePage .categories { | ||
overflow:visible; | overflow:visible; | ||
} | |||
a:categoriesLink { | |||
border:2px solid white; | |||
} | } |
Revision as of 01:41, 7 February 2013
/* ===================
Due to changes to category
module on 5 February 2013,
it was expedient to pull out all
category code into its own
CSS file, which will be imported
into Common.css
=================== */
.CategorySelect.articlePage .category {
border-right: 1px solid rgb(204, 204, 204);
line-height: 90%;
}
.CategorySelect.articlePage .categories {
overflow:visible;
}
a:categoriesLink {
border:2px solid white;
}