This commit is contained in:
Gaspard Jankowiak 2013-07-18 09:37:08 -04:00
commit 8d9656c311
6 changed files with 82 additions and 38 deletions

View file

@ -522,7 +522,7 @@ body {
h1, h2, h3, h4, h5, h6 {
color: #444;
margin: 0 0 10px;
margin: 0.8em 0 0.3em 0 ;
font-family: 'OpenSansRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: normal;
}
@ -532,7 +532,7 @@ p {
}
p, ul, ol, table, pre, dl {
margin: 0 0 20px;
margin: 0 0 0 0;
}
h1, h2, h3 {
@ -645,7 +645,7 @@ table {
th {
text-align: left;
padding: 5px 10px;
border-bottom: 1px solid #434343;
border-bottom: 1px solid #aaa;
color: #b6b6b6;
font-family: 'OpenSansSemibold', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
font-weight: normal;
@ -654,7 +654,8 @@ th {
td {
text-align: left;
padding: 5px 10px;
border-bottom: 1px solid #434343;
border-bottom: 1px solid #aaa;
border-top: 1px solid #aaa;
}
hr {
@ -672,7 +673,7 @@ dt {
section {
max-width: 650px;
padding: 30px 0px 50px 0px;
padding: 0 0px 50px 0px;
}
section #title {
border: 0;
@ -757,8 +758,9 @@ section .credits.right {
nav {
text-align:center;
list-style: none;
font-size:1.4em;
font-family: 'OpenSansRegular'
font-size:1.3em;
font-family: 'OpenSansRegular';
margin-bottom: 1em;
}
nav li {
@ -797,3 +799,36 @@ body, html {
height: auto !important;
min-height:100%;
}
table.submitted {
color: #999;
}
table.submitted td, table.submitted th {
border-color: #ccc;
}
table.submitted a {
color: #77C;
}
#content h1 {
border-left: 0.3em solid #77d;
border-radius: 3px;
height: 0.8em;
line-height: 0.75em;
padding-left: 0.5em;
}
#content h2 {
padding-left: 0.5em;
margin-left: 0.5em;
}
#content h3, #content h4 {
margin-left: 1.5em;
}
#title p {
margin-bottom: 1em;
}