fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Sexy images in gallery count.
[redakcja.git]
/
redakcja
/
static
/
css
/
html.css
diff --git
a/redakcja/static/css/html.css
b/redakcja/static/css/html.css
index
8884f08
..
3072d9b
100644
(file)
--- a/
redakcja/static/css/html.css
+++ b/
redakcja/static/css/html.css
@@
-370,6
+370,10
@@
div[x-node] > .uwaga {
* Przypisy
*/
/* Znaczniki w tekście */
* Przypisy
*/
/* Znaczniki w tekście */
+.annotation {
+ font-style: normal;
+}
+
.htmlview .annotation:before {
content: "[" counter(main) "]";
counter-increment: main;
.htmlview .annotation:before {
content: "[" counter(main) "]";
counter-increment: main;
@@
-578,4
+582,4
@@
div[x-node] > .uwaga {
margin: -0.25em;
padding: 0.25em;
border: 1px solid orange;
margin: -0.25em;
padding: 0.25em;
border: 1px solid orange;
-}
\ No newline at end of file
+}