diff --git a/.gitignore b/.gitignore index cbf29ce0..614e9936 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ __pycache__/ # Distribution / packaging .Python +.python-version env/ venv/ eggs/ diff --git a/cps/static/css/caliBlur.css b/cps/static/css/caliBlur.css index 8882b84b..3a980180 100644 --- a/cps/static/css/caliBlur.css +++ b/cps/static/css/caliBlur.css @@ -6490,7 +6490,9 @@ body.edituser.admin > div.container-fluid > div.row-fluid > div.col-sm-10 > div. height: 150px; margin-bottom: 0 } - + .container-fluid .book .cover img { + width: 100px !important; + } #books .cover img, #books_rand .cover img, .book.isotope-item .cover img { width: 100px !important }