.book-mini-box, .Book-item {
display: inline-block;
+ vertical-align: top;
}
.book-wide-box, .book-box {
vertical-align: top;
}
-
.book-box {
width: 48.75em;
}
}
.book-wide-box {
- width: 98.5em;
+ width: 97.5em;
/** This is a fullpage box, it must be aligned with the top menu.
This corresponds to a .1em margin below **/
min-height: 24.4em;
}
+.search-result {
+ width: 97.5em;
+}
+
+.search-result .book-box-body {
+ width: 31em;
+}
+
+.book-list-header {
+ width: 97.5em;
+ padding: 0em;
+ margin-left: -0.1em;
+}
+
+.book-list-header .book-box-inner {
+ min-height: 1em;
+}
+
+.book-list-header p {
+ font-size: 2.4em;
+ margin: 0.5em;
+}
+
/*.book-wide-box.search-result .book-box-inner, .book-wide-box.search-result blockquote {
height: auto !important;
}*/
-.book-mini-box img, .book-box img, .book-wide-box img {
+.book-mini-box img, .book-box img, .book-wide-box img, .search-result img {
width: 13.9em;
height: 19.3em;
}
.unlike .if-like {
display: none;
+
+.snippets {
+ width: 44em;
+ float: right;
}
.snippets .snippet-text {
font-size: 1.2em;
margin: 1.083em 0em;
}
+
+.snipptes .anchor {
+ display: none;
+}