fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fetch thumbnails from wikidata.
[wolnelektury.git]
/
src
/
wolnelektury
/
static
/
scss
/
book_text
/
references.scss
diff --git
a/src/wolnelektury/static/scss/book_text/references.scss
b/src/wolnelektury/static/scss/book_text/references.scss
index
49f25b2
..
3ef469a
100644
(file)
--- a/
src/wolnelektury/static/scss/book_text/references.scss
+++ b/
src/wolnelektury/static/scss/book_text/references.scss
@@
-13,6
+13,11
@@
a.reference.interesting::after {
right: 0;
z-index:100;
background: #eee;
right: 0;
z-index:100;
background: #eee;
+
+ img {
+ margin: 0;
+ }
+
#reference-map {
height:400px;
width: 300px;
#reference-map {
height:400px;
width: 300px;
@@
-29,8
+34,11
@@
a.reference.interesting::after {
vertical-align: middle;
margin: 0 10px 0 0;
img {
vertical-align: middle;
margin: 0 10px 0 0;
img {
- margin: 0;
- height: 100px;
+ width: auto;
+ border: 5px solid white;
+ box-shadow: 4px 4px 4px #666;
+ max-width: 240px;
+ max-height: 200px;
}
}
}
}
}
}