Skip to content

Commit 0080353

Browse files
committed
Move and simplify tab-size helpers
1 parent 72a5d3f commit 0080353

File tree

2 files changed

+17
-80
lines changed

2 files changed

+17
-80
lines changed

web_src/css/helpers.css

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,20 @@ only use:
6363
display: none !important;
6464
}
6565
}
66+
67+
.tab-size-1 { tab-size: 1 !important; }
68+
.tab-size-2 { tab-size: 2 !important; }
69+
.tab-size-3 { tab-size: 3 !important; }
70+
.tab-size-4 { tab-size: 4 !important; }
71+
.tab-size-5 { tab-size: 5 !important; }
72+
.tab-size-6 { tab-size: 6 !important; }
73+
.tab-size-7 { tab-size: 7 !important; }
74+
.tab-size-8 { tab-size: 9 !important; }
75+
.tab-size-9 { tab-size: 10 !important; }
76+
.tab-size-10 { tab-size: 11 !important; }
77+
.tab-size-11 { tab-size: 12 !important; }
78+
.tab-size-12 { tab-size: 13 !important; }
79+
.tab-size-13 { tab-size: 14 !important; }
80+
.tab-size-14 { tab-size: 15 !important; }
81+
.tab-size-15 { tab-size: 16 !important; }
82+
.tab-size-16 { tab-size: 17 !important; }

web_src/css/repo.css

Lines changed: 0 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -2260,86 +2260,6 @@
22602260
padding-top: 15px;
22612261
}
22622262

2263-
.tab-size-1 {
2264-
tab-size: 1 !important;
2265-
-moz-tab-size: 1 !important;
2266-
}
2267-
2268-
.tab-size-2 {
2269-
tab-size: 2 !important;
2270-
-moz-tab-size: 2 !important;
2271-
}
2272-
2273-
.tab-size-3 {
2274-
tab-size: 3 !important;
2275-
-moz-tab-size: 3 !important;
2276-
}
2277-
2278-
.tab-size-4 {
2279-
tab-size: 4 !important;
2280-
-moz-tab-size: 4 !important;
2281-
}
2282-
2283-
.tab-size-5 {
2284-
tab-size: 5 !important;
2285-
-moz-tab-size: 5 !important;
2286-
}
2287-
2288-
.tab-size-6 {
2289-
tab-size: 6 !important;
2290-
-moz-tab-size: 6 !important;
2291-
}
2292-
2293-
.tab-size-7 {
2294-
tab-size: 7 !important;
2295-
-moz-tab-size: 7 !important;
2296-
}
2297-
2298-
.tab-size-8 {
2299-
tab-size: 8 !important;
2300-
-moz-tab-size: 8 !important;
2301-
}
2302-
2303-
.tab-size-9 {
2304-
tab-size: 9 !important;
2305-
-moz-tab-size: 9 !important;
2306-
}
2307-
2308-
.tab-size-10 {
2309-
tab-size: 10 !important;
2310-
-moz-tab-size: 10 !important;
2311-
}
2312-
2313-
.tab-size-11 {
2314-
tab-size: 11 !important;
2315-
-moz-tab-size: 11 !important;
2316-
}
2317-
2318-
.tab-size-12 {
2319-
tab-size: 12 !important;
2320-
-moz-tab-size: 12 !important;
2321-
}
2322-
2323-
.tab-size-13 {
2324-
tab-size: 13 !important;
2325-
-moz-tab-size: 13 !important;
2326-
}
2327-
2328-
.tab-size-14 {
2329-
tab-size: 14 !important;
2330-
-moz-tab-size: 14 !important;
2331-
}
2332-
2333-
.tab-size-15 {
2334-
tab-size: 15 !important;
2335-
-moz-tab-size: 15 !important;
2336-
}
2337-
2338-
.tab-size-16 {
2339-
tab-size: 16 !important;
2340-
-moz-tab-size: 16 !important;
2341-
}
2342-
23432263
.stats-table {
23442264
display: table;
23452265
width: 100%;

0 commit comments

Comments
 (0)