}
h3 {
- font-size: 1.3em;
+ font-size: 1em;
font-weight: bold;
- margin: 0.2em 0 0 0;
+ margin: 0.2em 0 -1em 0;
color: #333;
}
#description .meta {
margin: 0.5em;
- width: 12em;
+ width: 18em;
list-style: none;
float: right;
}
#description dt {
font-weight: bold;
+ display: inline;
+}
+
+#description dd {
+ margin: 0;
+ display: inline;
}
#toggle-description, #tagged-object-list .pagination {
margin-top: 1em;
}
+.see-more {
+ text-align: right;
+}