Index: branches/wmf-deployment/extensions/UsabilityInitiative/js/plugins/jquery.wikiEditor.html |
— | — | @@ -58,8 +58,10 @@ |
59 | 59 | margin-right: 2px; |
60 | 60 | overflow: hidden; |
61 | 61 | 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; |
64 | 66 | text-decoration: none; |
65 | 67 | padding-left: 0.33em; |
66 | 68 | line-height: 16px; |
— | — | @@ -86,7 +88,7 @@ |
87 | 89 | background-position: 50%; /*FF3*/ |
88 | 90 | } |
89 | 91 | .wikiEditor-template-name:hover { |
90 | | - text-decoration: underline; |
| 92 | + /* text-decoration: underline; */ |
91 | 93 | } |
92 | 94 | .wikiEditor-template-expanded .wikiEditor-template-expand { |
93 | 95 | background-image: url(../../images/wikiEditor/templateEditor/collapse.png); |
— | — | @@ -129,4 +131,4 @@ |
130 | 132 | </style> |
131 | 133 | </head> |
132 | 134 | <body></body> |
133 | | -</html> |
\ No newline at end of file |
| 135 | +</html> |