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