summaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css24
1 files changed, 23 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css
index 15365f6..dec9982 100644
--- a/static/style.css
+++ b/static/style.css
@@ -1,6 +1,5 @@
div#header {
font-size: 150%;
-b
}
div#search {
@@ -19,3 +18,26 @@ div#footer {
left: 0px;
right: 0px;
}
+
+div.book {
+}
+
+div.book img.frontpage {
+ width: 260px;
+ height: 390px;
+ border: 1px solid gray;
+ float: left;
+}
+
+div.book div.c_matches,
+div.book div.description {
+ margin-left: 260px;
+ padding-left: 5px;
+}
+
+
+
+div.book div.toolbar {
+ background-color: white;
+ border: 1px solid black;
+}