mediawiki.sectionAnchor: Indent with tabs
authorBartosz Dziewoński <matma.rex@gmail.com>
Wed, 25 Feb 2015 00:10:32 +0000 (01:10 +0100)
committerBartosz Dziewoński <matma.rex@gmail.com>
Wed, 25 Feb 2015 00:10:32 +0000 (01:10 +0100)
Change-Id: I3105e96c7ef95ddaf457e40c120f489427db7b86

resources/src/mediawiki/mediawiki.sectionAnchor.css
resources/src/mediawiki/mediawiki.sectionAnchor.hide.css

index 1a8fe0a..c2a6f3a 100644 (file)
@@ -1,45 +1,45 @@
 /* Anchors for section headings */
 .mw-headline-anchor {
-    font-weight: normal;
-    margin-left: -14px;
-    width: 14px;
-    filter: alpha(opacity=0);
-    opacity: 0;
-    position: absolute;
-    text-align: center;
-    text-decoration: none;
-    -moz-user-select: none;
-    -webkit-user-select: none;
-    user-select: none;
+       font-weight: normal;
+       margin-left: -14px;
+       width: 14px;
+       filter: alpha(opacity=0);
+       opacity: 0;
+       position: absolute;
+       text-align: center;
+       text-decoration: none;
+       -moz-user-select: none;
+       -webkit-user-select: none;
+       user-select: none;
 }
 
 /* @noflip */
 .mw-content-ltr .mw-headline-anchor,
 .mw-content-rtl .mw-content-ltr .mw-headline-anchor {
-    margin-left: -14px;
-    margin-right: 0;
+       margin-left: -14px;
+       margin-right: 0;
 }
 
 /* @noflip */
 .mw-content-rtl .mw-headline-anchor,
 .mw-content-ltr .mw-content-rtl .mw-headline-anchor {
-    margin-left: 0;
-    margin-right: -14px;
+       margin-left: 0;
+       margin-right: -14px;
 }
 
 .mw-headline-anchor,
 .mw-headline-anchor:visited {
-    color: #888;
+       color: #888;
 }
 
 .mw-headline-anchor:hover,
 .mw-headline-anchor:focus {
-    color: #555;
-    text-decoration: none;
+       color: #555;
+       text-decoration: none;
 }
 
 .mw-headline-anchor:active {
-    color: #000;
+       color: #000;
 }
 
 .mw-body h1:hover .mw-headline-anchor,
@@ -54,6 +54,6 @@
 .mw-body h4:focus .mw-headline-anchor,
 .mw-body h5:focus .mw-headline-anchor,
 .mw-body h6:focus .mw-headline-anchor {
-    filter: alpha(opacity=100);
-    opacity: 1;
+       filter: alpha(opacity=100);
+       opacity: 1;
 }
index a7695cc..33443c9 100644 (file)
@@ -1,4 +1,4 @@
 /* Hide section anchor from print media */
 .mw-headline-anchor {
-    display: none;
+       display: none;
 }