File tree Expand file tree Collapse file tree 2 files changed +71
-72
lines changed Expand file tree Collapse file tree 2 files changed +71
-72
lines changed Original file line number Diff line number Diff line change 11< html >
22 < head >
33 < title > GitGitGadget - contributing git.git patches via GitHub PRs</ title >
4- < style >
5- body {
6- font-family : sans-serif;
7- background-color : # d7cdc0ff ;
8- background-image : linear-gradient (# d7cdc0ff, # fdf7f6ff );
9- margin-right : 10% ;
10- margin-left : 10% ;
11- }
12- .block {
13- background-color : rgb (247 , 243 , 239 );
14- color : # 000000 ;
15- padding : 1em ;
16- padding-top : .1em ;
17- padding-bottom : .1em ;
18- border-radius : 2em ;
19- }
20- .banner {
21- text-align : center;
22- font-weight : bold;
23- }
24- big {
25- font-size : 400% ;
26- }
27- small {
28- font-size : 70% ;
29- }
30- .tg {
31- border-collapse : collapse;
32- border-spacing : 0 ;
33- margin : 0px auto;
34- }
35- .tg td {
36- padding : 10px 5px ;
37- border-style : solid;
38- border-width : 1px ;
39- overflow : hidden;
40- word-break : normal;
41- border-color : black;
42- }
43- .tg th {
44- font-weight : bold;
45- padding : 10px 5px ;
46- border-style : solid;
47- border-width : 1px ;
48- overflow : hidden;
49- word-break : normal;
50- border-color : black;
51- }
52- .tg .tg-baqh {
53- width : 15% ;
54- text-align : center;
55- vertical-align : center;
56- }
57- .tg .tg-0lax {
58- width : 70% ;
59- text-align : left;
60- vertical-align : center;
61- }
62- @media screen and (max-width : 767px ) {
63- .tg {
64- width : auto !important ;
65- }
66- .tg col {
67- width : auto !important ;
68- }
69- .tg-wrap {
70- overflow-x : auto;
71- -webkit-overflow-scrolling : touch;
72- margin : auto 0px ;
73- }
74- }
75- </ style >
4+ < link rel ="stylesheet " href ="main.css ">
765 </ head >
776 < body >
787 < div class ="banner ">
Original file line number Diff line number Diff line change 1+ body {
2+ font-family : sans-serif;
3+ background-color : # d7cdc0ff ;
4+ background-image : linear-gradient (# d7cdc0ff, # fdf7f6ff );
5+ margin-right : 10% ;
6+ margin-left : 10% ;
7+ }
8+ .block {
9+ background-color : rgb (247 , 243 , 239 );
10+ color : # 000000 ;
11+ padding : 1em ;
12+ padding-top : .1em ;
13+ padding-bottom : .1em ;
14+ border-radius : 2em ;
15+ }
16+ .banner {
17+ text-align : center;
18+ font-weight : bold;
19+ }
20+ big {
21+ font-size : 400% ;
22+ }
23+ small {
24+ font-size : 70% ;
25+ }
26+ .tg {
27+ border-collapse : collapse;
28+ border-spacing : 0 ;
29+ margin : 0px auto;
30+ }
31+ .tg td {
32+ padding : 10px 5px ;
33+ border-style : solid;
34+ border-width : 1px ;
35+ overflow : hidden;
36+ word-break : normal;
37+ border-color : black;
38+ }
39+ .tg th {
40+ font-weight : bold;
41+ padding : 10px 5px ;
42+ border-style : solid;
43+ border-width : 1px ;
44+ overflow : hidden;
45+ word-break : normal;
46+ border-color : black;
47+ }
48+ .tg .tg-baqh {
49+ width : 15% ;
50+ text-align : center;
51+ vertical-align : center;
52+ }
53+ .tg .tg-0lax {
54+ width : 70% ;
55+ text-align : left;
56+ vertical-align : center;
57+ }
58+ @media screen and (max-width : 767px ) {
59+ .tg {
60+ width : auto !important ;
61+ }
62+ .tg col {
63+ width : auto !important ;
64+ }
65+ .tg-wrap {
66+ overflow-x : auto;
67+ -webkit-overflow-scrolling : touch;
68+ margin : auto 0px ;
69+ }
70+ }
You can’t perform that action at this time.
0 commit comments