10 lines
195 B
CSS
10 lines
195 B
CSS
|
@CHARSET "utf-8";/* -*- coding: utf-8 mode: css -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8 */
|
||
|
|
||
|
.about {
|
||
|
margin-bottom: 1em;
|
||
|
}
|
||
|
.about > .details > p {
|
||
|
margin: 0;
|
||
|
line-height: 1.7em;
|
||
|
}
|