Index: branches/wmf-deployment/extensions/UsabilityInitiative/js/plugins/jquery.wikiEditor.html |
— | — | @@ -58,10 +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; |
64 | | - /* color: #000000; */ |
65 | | - /* font-family: monospace; */ |
| 62 | + /* color: #0645ad; */ |
| 63 | + /* font-family: sans-serif; */ |
| 64 | + color: #000000; |
| 65 | + font-family: monospace; |
66 | 66 | text-decoration: none; |
67 | 67 | padding-left: 0.33em; |
68 | 68 | line-height: 16px; |
— | — | @@ -88,7 +88,7 @@ |
89 | 89 | background-position: 50%; /*FF3*/ |
90 | 90 | } |
91 | 91 | .wikiEditor-template-name:hover { |
92 | | - text-decoration: underline; |
| 92 | + /* text-decoration: underline; */ |
93 | 93 | } |
94 | 94 | .wikiEditor-template-expanded .wikiEditor-template-expand { |
95 | 95 | background-image: url(../../images/wikiEditor/templateEditor/collapse.png); |