r64195 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r64194‎ | r64195 | r64196 >
Date:21:54, 25 March 2010
Author:nimishg
Status:reverted
Tags:
Comment:
change template style for user studies
Modified paths:
  • /branches/wmf-deployment/extensions/UsabilityInitiative/js/plugins/jquery.wikiEditor.html (modified) (history)

Diff [purge]

Index: branches/wmf-deployment/extensions/UsabilityInitiative/js/plugins/jquery.wikiEditor.html
@@ -58,8 +58,10 @@
5959 margin-right: 2px;
6060 overflow: hidden;
6161 background: url( '../../images/wikiEditor/templateEditor/name-base.png' ) 0 0 repeat-x #e8e8e8;
62 - color: #0645ad;
63 - font-family: sans-serif;
 62+ /* color: #0645ad; */
 63+ /* font-family: sans-serif; */
 64+ color: #000000;
 65+ font-family: monospace;
6466 text-decoration: none;
6567 padding-left: 0.33em;
6668 line-height: 16px;
@@ -86,7 +88,7 @@
8789 background-position: 50%; /*FF3*/
8890 }
8991 .wikiEditor-template-name:hover {
90 - text-decoration: underline;
 92+ /* text-decoration: underline; */
9193 }
9294 .wikiEditor-template-expanded .wikiEditor-template-expand {
9395 background-image: url(../../images/wikiEditor/templateEditor/collapse.png);
@@ -129,4 +131,4 @@
130132 </style>
131133 </head>
132134 <body></body>
133 -</html>
\ No newline at end of file
 135+</html>

Status & tagging log