fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Minor css fixes.
[wolnelektury.git]
/
src
/
wolnelektury
/
static
/
css
/
annoy.css
diff --git
a/src/wolnelektury/static/css/annoy.css
b/src/wolnelektury/static/css/annoy.css
index
54dbfba
..
7bfd932
100755
(executable)
--- a/
src/wolnelektury/static/css/annoy.css
+++ b/
src/wolnelektury/static/css/annoy.css
@@
-60,3
+60,10
@@
#annoy a#annoy-off:hover {
cursor: pointer;
}
#annoy a#annoy-off:hover {
cursor: pointer;
}
+
+@media screen and (min-width: 1024px) {
+ #annoy-content {
+ width: 975px;
+ margin: auto;
+ }
+}