fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Minor css fix.
[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
9cec607
..
b1bfe93
100644
(file)
--- a/
src/wolnelektury/static/scss/main/book_box.scss
+++ b/
src/wolnelektury/static/scss/main/book_box.scss
@@
-148,6
+148,17
@@
}
}
}
}
+ .license-icon {
+ display: block;
+ @include size(margin-top, 5px);
+ }
+
+ .project-icon {
+ @include size(max-width, 100px);
+ @include size(max-height, 100px);
+ }
+
+
.jp-type-playlist {
margin-top: 24px;
.jp-type-playlist {
margin-top: 24px;
@@
-320,9
+331,6
@@
@include size(min-height, 70px);
}
@include size(min-height, 70px);
}
- a {
- color: black;
- }
.author {
@include size(font-size, 11px);
@include mono;
.author {
@include size(font-size, 11px);
@include mono;
@@
-345,6
+353,10
@@
@include size(height, 57.6px);
overflow: hidden;
}
@include size(height, 57.6px);
overflow: hidden;
}
+
+ a {
+ color: black;
+ }
}
}
}
}