fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Visible book download buttons.
[wolnelektury.git]
/
src
/
wolnelektury
/
static
/
scss
/
main
/
book_box.scss
diff --git
a/src/wolnelektury/static/scss/main/book_box.scss
b/src/wolnelektury/static/scss/main/book_box.scss
index
fde8bb9
..
8e47bfe
100644
(file)
--- a/
src/wolnelektury/static/scss/main/book_box.scss
+++ b/
src/wolnelektury/static/scss/main/book_box.scss
@@
-459,14
+459,16
@@
}
.book-box-formats {
}
.book-box-formats {
- display: inline-block;
max-width: 300px;
vertical-align: top;
padding-top: 6px;
max-width: 300px;
vertical-align: top;
padding-top: 6px;
+ border-collapse: collapse;
a {
a {
- display:
inline-block
;
+ display:
table-cell
;
@include size(padding, .2em 1em);
@include size(padding, .2em 1em);
+ border:1px solid black;
+ line-height: 20px;
}
}
}
}
}
}