Commit 0573d30e authored by Bao's avatar Bao
Browse files

Update style.css

parent 1b6a7491
Pipeline #766 passed with stage
in 1 second
...@@ -6,7 +6,7 @@ html ...@@ -6,7 +6,7 @@ html
padding: 0;} padding: 0;}
body body
{ font-family: .80em Arial, Helvetica, sans-serif; { font: .80em Arial, Helvetica, sans-serif;
background: #EEE; background: #EEE;
color: #5D5D5D;} color: #5D5D5D;}
...@@ -18,17 +18,17 @@ img ...@@ -18,17 +18,17 @@ img
{ border: 0;} { border: 0;}
h1 h1
{ font-family: 165% Arial, Helvetica, sans-serif; { font: 165% Arial, Helvetica, sans-serif;
color: #000000; color: #000000;
margin: 0 0 14px 0; margin: 0 0 14px 0;
padding: 10px 0 5px 0;} padding: 10px 0 5px 0;}
h2 h2
{ font-family: 165% Arial, Helvetica, sans-serif; { font: 165% Arial, Helvetica, sans-serif;
color: #B60000;} color: #B60000;}
h3 h3
{ font-family: 165% Arial, Helvetica, sans-serif;} { font: 165% Arial, Helvetica, sans-serif;}
h4 h4
{ margin: 0; { margin: 0;
...@@ -37,7 +37,7 @@ h4 ...@@ -37,7 +37,7 @@ h4
color: #B60000;} color: #B60000;}
h5 h5
{ font-family: italic 95% arial, sans-serif; { font: italic 95% arial, sans-serif;
color: #888;} color: #888;}
h6 h6
...@@ -103,7 +103,7 @@ ol li ...@@ -103,7 +103,7 @@ ol li
height: 134px;} height: 134px;}
#logo h1, #logo h2 #logo h1, #logo h2
{ font-family: normal 300% Arial, Helvetica, sans-serif;} { font: normal 300% Arial, Helvetica, sans-serif;}
#logo h1 #logo h1
{ padding: 24px 0 0 0; { padding: 24px 0 0 0;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment