2014-08-11 16:59:00 -04:00
|
|
|
section.about {
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
margin-bottom: 10px;
|
2014-10-21 04:09:54 -04:00
|
|
|
margin-top: 10px;
|
2014-08-11 16:59:00 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2014-08-11 18:15:35 -04:00
|
|
|
p {
|
|
|
|
margin: 10px 0;
|
|
|
|
}
|
|
|
|
|
2014-08-11 16:59:00 -04:00
|
|
|
table {
|
|
|
|
margin-top: 20px;
|
2014-10-07 03:18:54 -04:00
|
|
|
width: 90%;
|
2014-08-11 16:59:00 -04:00
|
|
|
|
2014-08-11 17:03:12 -04:00
|
|
|
th {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2014-08-11 16:59:00 -04:00
|
|
|
td, th {
|
|
|
|
padding: 10px 5px 5px 5px;
|
|
|
|
border-bottom: 1px solid lighten($primary, 70%);
|
2014-10-21 04:09:54 -04:00
|
|
|
line-height: 1.0em;
|
2014-08-11 16:59:00 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
td.title {
|
2014-10-07 03:18:54 -04:00
|
|
|
width: 33%;
|
2014-08-11 16:59:00 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|