2014-08-12 04:59:00 +08:00
|
|
|
section.about {
|
|
|
|
margin-top: 20px;
|
2014-10-07 15:18:54 +08:00
|
|
|
padding-left: 20px;
|
2014-08-12 04:59:00 +08:00
|
|
|
|
|
|
|
h3 {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-small {
|
|
|
|
padding: 5px;
|
|
|
|
width: 200px;
|
|
|
|
float: left;
|
|
|
|
|
|
|
|
img {
|
|
|
|
padding-right: 4px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
padding-bottom: 10px;
|
|
|
|
|
2014-08-12 06:15:35 +08:00
|
|
|
p {
|
|
|
|
margin: 10px 0;
|
|
|
|
}
|
|
|
|
|
2014-08-12 04:59:00 +08:00
|
|
|
table {
|
|
|
|
margin-top: 20px;
|
2014-10-07 15:18:54 +08:00
|
|
|
width: 90%;
|
2014-08-12 04:59:00 +08:00
|
|
|
|
2014-08-12 05:03:12 +08:00
|
|
|
th {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2014-08-12 04:59:00 +08:00
|
|
|
td, th {
|
|
|
|
padding: 10px 5px 5px 5px;
|
|
|
|
border-bottom: 1px solid lighten($primary, 70%);
|
|
|
|
}
|
|
|
|
|
|
|
|
td.title {
|
2014-10-07 15:18:54 +08:00
|
|
|
width: 33%;
|
2014-08-12 04:59:00 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|