Page MenuHomePhabricator

bug28979_abbr_color.patch

Authored By
bzimport
Nov 21 2014, 11:31 PM
Size
1 KB
Referenced Files
None
Subscribers
None

bug28979_abbr_color.patch

Index: chick/main.css
===================================================================
--- chick/main.css (Revision 86713)
+++ chick/main.css (Arbeitskopie)
@@ -146,12 +146,6 @@
color: black;
vertical-align: top;
}
-abbr, acronym, .explain {
- border-bottom: 1px dotted black;
- color: black;
- background: none;
- cursor: help;
-}
q {
font-family: Times, "Times New Roman", serif;
font-style: italic;
Index: common/shared.css
===================================================================
--- common/shared.css (Revision 86713)
+++ common/shared.css (Arbeitskopie)
@@ -4,6 +4,12 @@
* another, but don't ignore the poor pre-Monobook users either.
*/
+/* Default style for semantic tags */
+abbr, acronym, .explain {
+ border-bottom: 1px dotted black;
+ cursor: help;
+}
+
/* Colored watchlist and recent changes numbers */
.mw-plusminus-pos { color: #006400; } /* dark green */
.mw-plusminus-neg { color: #8b0000; } /* dark red */
Index: monobook/main.css
===================================================================
--- monobook/main.css (Revision 88114)
+++ monobook/main.css (Arbeitskopie)
@@ -199,12 +199,6 @@
select {
vertical-align: top;
}
-abbr, acronym, .explain {
- border-bottom: 1px dotted black;
- color: black;
- background: none;
- cursor: help;
-}
q {
font-family: Times, "Times New Roman", serif;
font-style: italic;
Index: vector/screen.css
===================================================================
--- vector/screen.css (Revision 86713)
+++ vector/screen.css (Arbeitskopie)
@@ -754,16 +754,8 @@
margin: .4em 0 .5em 0;
line-height: 1.5em;
}
- p img {
- margin: 0;
- }
-abbr,
-acronym,
-.explain {
- border-bottom: 1px dotted black;
- color: black;
- background: none;
- cursor: help;
+p img {
+ margin: 0;
}
q {
font-family: Times, "Times New Roman", serif;

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
7254
Default Alt Text
bug28979_abbr_color.patch (1 KB)

Event Timeline