+
+
+#latest-comments {
+ list-style: none;
+ padding: 0;
+ margin: 0;
+
+ a {
+ display: block;
+ color: #363a3b;
+ }
+
+ li {
+ margin-bottom: 1.5em;
+ }
+ li:after {
+ content: url("/static/img/dot.png");
+ display: block;
+ margin: 1.5em 1.5em 0 0;
+ text-align:center;
+ }
+
+ li:last-child {
+ margin-bottom: 0;
+ }
+ li:last-child:after {
+ display: none;
+ }
+
+ .title {
+ font-size: 1.1em;
+ font-weight: bold;
+ }
+ .author {
+ color: #acacac;
+ font-size: 1.1em;
+ }
+ .body {
+ margin-top: 1.3em;
+ font-size: 1.1em;
+ }
+}
\ No newline at end of file