fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix section counting/targetting from search snippet
[wolnelektury.git]
/
wolnelektury
/
static
/
css
/
cite.css
diff --git
a/wolnelektury/static/css/cite.css
b/wolnelektury/static/css/cite.css
index
2067f47
..
5f6bb1c
100755
(executable)
--- a/
wolnelektury/static/css/cite.css
+++ b/
wolnelektury/static/css/cite.css
@@
-134,4
+134,10
@@
}
.Fragment-item {
margin-bottom: 2em;
}
.Fragment-item {
margin-bottom: 2em;
+ /* white-box */
+ border: 1px solid #ddd;
+ background: #fff;
+ -moz-box-shadow: 2px 2px 2px #ddd;
+ -webkit-box-shadow: 2px 2px 2px #ddd;
+ box-shadow: 2px 2px 2px #ddd;
}
}