about summary refs log tree commit diff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/css/custom.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/static/css/custom.css b/static/css/custom.css
index f800cde..2e05070 100644
--- a/static/css/custom.css
+++ b/static/css/custom.css
@@ -81,18 +81,18 @@ div.content h3::before {
 
 /* Book data format */
 
-dl.book-data {
+dl.data {
   border: 3px double #ccc;
   padding: 0.5em;
 }
-dl.book-data dt {
+dl.data dt {
   float: left;
   clear: left;
   width: 100px;
   text-align: right;
   font-weight: bold;
 }
-dl.book-data dd {
+dl.data dd {
   margin: 0 0 0 110px;
   padding: 0 0 0.5em 0;
 }