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
7ffa414
..
7bfd932
100755
(executable)
--- a/
src/wolnelektury/static/css/annoy.css
+++ b/
src/wolnelektury/static/css/annoy.css
@@
-2,12
+2,11
@@
font-size: 13px;
line-height: 1.15em;
font-size: 13px;
line-height: 1.15em;
- padding: .1em 1em;
background: orange;
z-index: 200;
font-family: Arial, sans-serif;
display: block;
background: orange;
z-index: 200;
font-family: Arial, sans-serif;
display: block;
- padding:
0
1em;
+ padding:
.1em
1em;
width: 1em;
text-align:center;
border-radius: 0 0 0 1em;
width: 1em;
text-align:center;
border-radius: 0 0 0 1em;
@@
-34,6
+33,17
@@
color: #4E56C8;
}
color: #4E56C8;
}
+#annoy .banner {
+ display: block;
+ margin: auto;
+ width: 975px;
+ background: none;
+}
+
+#annoy .banner img {
+ display: block;
+}
+
#annoy a#annoy-off {
padding: .5em 1em .5em;
width: 1em;
#annoy a#annoy-off {
padding: .5em 1em .5em;
width: 1em;
@@
-50,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;
+ }
+}