File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- html {
1+ html {
22 -webkit-text-size-adjust : none;
33}
44
55body {
6- color : # 000000 ;
6+ color : # 222 ;
77 background-color : rgb (242 , 242 , 242 );
88 text-align : center;
99 font-family : Helvetica, Arial, sans-serif;
1010 max-width : 75em ;
11+ line-height : 1.2 ;
1112 margin : 0 auto 1em auto;
1213 -moz-hyphens : auto;
1314 -ms-hyphens : auto;
1415 -o-hyphens : auto;
1516 -webkit-hyphens : auto;
1617 hyphens : auto;
1718}
19+
1820a : active {
1921 color : # 000099 ;
2022}
@@ -25,6 +27,16 @@ a:visited {
2527 color : # 990099 ;
2628}
2729
30+ ul {
31+ margin-bottom : 0.5em ;
32+ }
33+
34+ h1 , h2 , h3 , h4 , h5 , h6 {
35+ margin-top : 14px ;
36+ margin-bottom : 14px ;
37+ line-height : 1.1 ;
38+ }
39+
2840/*** HEADER ***/
2941# header # mainlinks {
3042 position : fixed;
@@ -65,13 +77,15 @@ p#title_sub {
6577/*** CONTENT ***/
6678
6779# content {
68- width : 75 % ;
80+ width : 74 % ;
6981 border-color : rgb (255 , 247 , 200 );
7082 border-style : solid;
7183 border-width : 5px ;
7284 margin-left : auto;
7385 margin-right : auto;
7486 padding : 1em ;
87+ padding-left : 1.5em ;
88+ padding-right : 2em ;
7589 text-align : justify;
7690 background-color : # FFFFFF ;
7791}
@@ -83,6 +97,7 @@ p#title_sub {
8397/*** FOOTER ***/
8498
8599# footer {
100+ padding-top : 1em ;
86101 text-align : center;
87102 font-family : Helvetica, Arial, sans-serif;
88103 font-weight : bold;
You can’t perform that action at this time.
0 commit comments