Show More
@@ -27,10 +27,7 b'' | |||
|
27 | 27 | padding-left: 10px; |
|
28 | 28 | } |
|
29 | 29 | li { |
|
30 |
list-style-type: |
|
|
31 | } | |
|
32 | li:before { | |
|
33 | content: "\2014\00A0"; | |
|
30 | list-style-type: disc; | |
|
34 | 31 | } |
|
35 | 32 | .error_message { |
|
36 | 33 | font-weight: normal; |
@@ -548,10 +548,9 b' form.comment-form {' | |||
|
548 | 548 | } |
|
549 | 549 | .nav-links li { |
|
550 | 550 | display: inline-block; |
|
551 | list-style-type: none; | |
|
551 | 552 | } |
|
552 | .nav-links li:before { | |
|
553 | content: ""; | |
|
554 | } | |
|
553 | ||
|
555 | 554 | .nav-links li a.disabled { |
|
556 | 555 | cursor: not-allowed; |
|
557 | 556 | } |
@@ -219,7 +219,6 b' form.rcform {' | |||
|
219 | 219 | li { |
|
220 | 220 | list-style-type: none; |
|
221 | 221 | |
|
222 | &:before { content:none; } | |
|
223 | 222 | &:after { |
|
224 | 223 | content: ""; |
|
225 | 224 | float: left; |
@@ -43,7 +43,9 b' a { cursor: pointer; }' | |||
|
43 | 43 | float: right; |
|
44 | 44 | clear: right; |
|
45 | 45 | |
|
46 | li:before { content:none; } | |
|
46 | li { | |
|
47 | list-style-type: none; | |
|
48 | } | |
|
47 | 49 | } |
|
48 | 50 | |
|
49 | 51 | //--- DEVICE-SPECIFIC CLASSES ---------------// |
@@ -126,6 +126,11 b' div.markdown-block h6 {' | |||
|
126 | 126 | overflow: visible !important; |
|
127 | 127 | } |
|
128 | 128 | |
|
129 | div.markdown-block h1, | |
|
130 | div.markdown-block h2 { | |
|
131 | border-bottom: 1px #e6e5e5 solid !important; | |
|
132 | } | |
|
133 | ||
|
129 | 134 | div.markdown-block h1 { |
|
130 | 135 | font-size: 32px; |
|
131 | 136 | margin: 15px 0 15px 0 !important; |
@@ -135,7 +140,6 b' div.markdown-block h1 {' | |||
|
135 | 140 | div.markdown-block h2 { |
|
136 | 141 | font-size: 24px !important; |
|
137 | 142 | margin: 34px 0 10px 0 !important; |
|
138 | border-top: 3px #e6e5e5 solid !important; | |
|
139 | 143 | padding-top: 15px !important; |
|
140 | 144 | padding-bottom: 8px !important; |
|
141 | 145 | } |
@@ -199,6 +203,7 b' div.markdown-block pre {' | |||
|
199 | 203 | div.markdown-block img { |
|
200 | 204 | border-style: none; |
|
201 | 205 | background-color: #fff; |
|
206 | padding-right: 20px; | |
|
202 | 207 | } |
|
203 | 208 | |
|
204 | 209 | |
@@ -317,9 +322,13 b' div.rst-block h3 {' | |||
|
317 | 322 | margin: 1em 0 !important; |
|
318 | 323 | } |
|
319 | 324 | |
|
325 | div.rst-block h1, | |
|
326 | div.rst-block h2 { | |
|
327 | border-bottom: 1px #e6e5e5 solid !important; | |
|
328 | } | |
|
329 | ||
|
320 | 330 | div.rst-block h2 { |
|
321 | 331 | margin-top: 1.5em !important; |
|
322 | border-top: 4px solid #e0e0e0 !important; | |
|
323 | 332 | padding-top: .5em !important; |
|
324 | 333 | } |
|
325 | 334 |
@@ -315,7 +315,6 b' ul.auth_plugins {' | |||
|
315 | 315 | margin-right: @padding; |
|
316 | 316 | } |
|
317 | 317 | |
|
318 | &:before { content: none; } | |
|
319 | 318 | } |
|
320 | 319 | } |
|
321 | 320 | |
@@ -1325,6 +1324,7 b' table.integrations {' | |||
|
1325 | 1324 | position: relative; |
|
1326 | 1325 | width: 100%; |
|
1327 | 1326 | padding-bottom: 8px; |
|
1327 | list-style-type: none; | |
|
1328 | 1328 | } |
|
1329 | 1329 | |
|
1330 | 1330 | .reviewer_entry { |
@@ -1719,8 +1719,8 b' BIN_FILENODE = 7' | |||
|
1719 | 1719 | padding: 0px 0px; |
|
1720 | 1720 | } |
|
1721 | 1721 | |
|
1722 |
.pull-request-merge li |
|
|
1723 |
|
|
|
1722 | .pull-request-merge li { | |
|
1723 | list-style-type: none; | |
|
1724 | 1724 | } |
|
1725 | 1725 | |
|
1726 | 1726 | .pull-request-merge .pull-request-wrap { |
@@ -1957,7 +1957,7 b' BIN_FILENODE = 7' | |||
|
1957 | 1957 | font-size: @journal-fontsize; |
|
1958 | 1958 | line-height: 1em; |
|
1959 | 1959 | |
|
1960 | &:before { content: none; } | |
|
1960 | list-style-type: none; | |
|
1961 | 1961 | } |
|
1962 | 1962 | } |
|
1963 | 1963 | } |
@@ -201,8 +201,7 b'' | |||
|
201 | 201 | padding: 0 2px; |
|
202 | 202 | } |
|
203 | 203 | } |
|
204 | ||
|
205 | &:before { content: none; } | |
|
204 | list-style-type: none; | |
|
206 | 205 | } |
|
207 | 206 | |
|
208 | 207 | > li { |
@@ -305,8 +304,7 b'' | |||
|
305 | 304 | line-height: 1em; |
|
306 | 305 | color: @grey3; |
|
307 | 306 | background-color: @grey6; |
|
308 | ||
|
309 | &:before { content: none; } | |
|
307 | list-style-type: none; | |
|
310 | 308 | |
|
311 | 309 | a { |
|
312 | 310 | display: block; |
@@ -398,8 +396,6 b'' | |||
|
398 | 396 | line-height: 1em; |
|
399 | 397 | list-style-type: none; |
|
400 | 398 | |
|
401 | &:before { content: none; } | |
|
402 | ||
|
403 | 399 | a { |
|
404 | 400 | display: block; |
|
405 | 401 | height: 16px; |
@@ -461,8 +457,6 b'' | |||
|
461 | 457 | line-height: 1em; |
|
462 | 458 | color: @grey6; |
|
463 | 459 | |
|
464 | &:before { content: none; } | |
|
465 | ||
|
466 | 460 | &>.select2-result-label { |
|
467 | 461 | padding: 8px 0; |
|
468 | 462 | border-bottom: @border-thickness solid @grey3; |
@@ -494,8 +488,7 b'' | |||
|
494 | 488 | line-height: 1em; |
|
495 | 489 | font-family: @text-light; |
|
496 | 490 | color: @grey2; |
|
497 | ||
|
498 | &:before { content: none; } | |
|
491 | list-style-type: none; | |
|
499 | 492 | |
|
500 | 493 | &:hover { |
|
501 | 494 | background-color: @grey3; |
@@ -520,8 +513,7 b'' | |||
|
520 | 513 | ul#context-pages { |
|
521 | 514 | li { |
|
522 | 515 | line-height: 1em; |
|
523 | ||
|
524 | &:before { content: none; } | |
|
516 | list-style-type: none; | |
|
525 | 517 | |
|
526 | 518 | a { |
|
527 | 519 | color: @grey3; |
@@ -622,6 +614,7 b' ul#context-pages {' | |||
|
622 | 614 | padding-bottom: @menupadding; |
|
623 | 615 | line-height: 1em; |
|
624 | 616 | color: @grey4; |
|
617 | list-style-type: none; | |
|
625 | 618 | |
|
626 | 619 | &.active a { |
|
627 | 620 | color: @grey2; |
@@ -630,8 +623,6 b' ul#context-pages {' | |||
|
630 | 623 | a { |
|
631 | 624 | color: @grey4; |
|
632 | 625 | } |
|
633 | ||
|
634 | &:before { content: none; } | |
|
635 | 626 | } |
|
636 | 627 | |
|
637 | 628 | } |
@@ -17,6 +17,11 b' div.readme_box h6 {' | |||
|
17 | 17 | overflow: visible !important; |
|
18 | 18 | } |
|
19 | 19 | |
|
20 | div.readme_box h1, | |
|
21 | div.readme_box h2 { | |
|
22 | border-bottom: 1px #e6e5e5 solid !important; | |
|
23 | } | |
|
24 | ||
|
20 | 25 | div.readme_box h1 { |
|
21 | 26 | font-size: 32px; |
|
22 | 27 | margin: 15px 0 15px 0 !important; |
@@ -26,7 +31,6 b' div.readme_box h1 {' | |||
|
26 | 31 | div.readme_box h2 { |
|
27 | 32 | font-size: 24px !important; |
|
28 | 33 | margin: 34px 0 10px 0 !important; |
|
29 | border-top: 3px #e6e5e5 solid !important; | |
|
30 | 34 | padding-top: 15px !important; |
|
31 | 35 | padding-bottom: 8px !important; |
|
32 | 36 | } |
@@ -90,6 +94,7 b' div.readme_box pre {' | |||
|
90 | 94 | div.readme_box img { |
|
91 | 95 | border-style: none; |
|
92 | 96 | background-color: #fff; |
|
97 | padding-right: 20px; | |
|
93 | 98 | } |
|
94 | 99 | |
|
95 | 100 | |
@@ -107,7 +112,7 b' div.readme_box ol {' | |||
|
107 | 112 | |
|
108 | 113 | div.readme_box ul li, |
|
109 | 114 | div.readme_box ol li { |
|
110 |
list-style: |
|
|
115 | list-style: disc !important; | |
|
111 | 116 | margin: 6px !important; |
|
112 | 117 | padding: 0 !important; |
|
113 | 118 | } |
@@ -174,8 +174,6 b' select.select2{height:28px;visibility:hi' | |||
|
174 | 174 | line-height: 1em; |
|
175 | 175 | list-style-type: none; |
|
176 | 176 | |
|
177 | &:before { content: none; } | |
|
178 | ||
|
179 | 177 | &:hover, |
|
180 | 178 | &.select2-highlighted { |
|
181 | 179 | background-color: @rclightblue; |
@@ -104,11 +104,7 b'' | |||
|
104 | 104 | padding-left: 0; |
|
105 | 105 | |
|
106 | 106 | li { |
|
107 | ||
|
108 | &:before { | |
|
109 | content: none; | |
|
110 | width: 0; | |
|
111 | } | |
|
107 | list-style-type: none; | |
|
112 | 108 | } |
|
113 | 109 | } |
|
114 | 110 | } |
@@ -49,8 +49,6 b'' | |||
|
49 | 49 | margin: 0 0 @padding; |
|
50 | 50 | line-height: 1em; |
|
51 | 51 | list-style-type: none; |
|
52 | ||
|
53 | &:before { content: none; } | |
|
54 | 52 | } |
|
55 | 53 | } |
|
56 | 54 |
@@ -274,8 +274,11 b' mark,' | |||
|
274 | 274 | list-style: none; |
|
275 | 275 | text-align: right; |
|
276 | 276 | |
|
277 | li:before { content: none; } | |
|
278 |
|
|
|
277 | li { | |
|
278 | float: right; | |
|
279 | list-style-type: none; | |
|
280 | } | |
|
281 | ||
|
279 | 282 | a { |
|
280 | 283 | display: inline-block; |
|
281 | 284 | margin-left: @textmargin/2; |
@@ -338,15 +341,7 b' li {' | |||
|
338 | 341 | |
|
339 | 342 | ul li { |
|
340 | 343 | position: relative; |
|
341 | display: block; | |
|
342 | list-style-type: none; | |
|
343 | ||
|
344 | &:before { | |
|
345 | content: "\2014\00A0"; | |
|
346 | position: absolute; | |
|
347 | top: 0; | |
|
348 | left: -1.25em; | |
|
349 | } | |
|
344 | list-style-type: disc; | |
|
350 | 345 | |
|
351 | 346 | p:first-child { |
|
352 | 347 | display:inline; |
General Comments 0
You need to be logged in to leave comments.
Login now