fnp
/
redakcja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
6f18328
)
Fixed #623 (annotation and emphasis css)
author
Lukasz Anwajler
<lukasz@anwajler.com>
Wed, 21 Jul 2010 09:19:36 +0000
(
04:19
-0500)
committer
Lukasz Anwajler
<lukasz@anwajler.com>
Wed, 21 Jul 2010 09:19:36 +0000
(
04:19
-0500)
redakcja/static/css/html.css
patch
|
blob
|
history
diff --git
a/redakcja/static/css/html.css
b/redakcja/static/css/html.css
index
ea292f4
..
b1bf4d9
100644
(file)
--- a/
redakcja/static/css/html.css
+++ b/
redakcja/static/css/html.css
@@
-365,6
+365,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;
@@
-573,4
+577,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
+}