Merge branch 'master' of git@github.com:fnp/redakcja
authorroot <root@debian.localdomain>
Wed, 21 Jul 2010 09:27:06 +0000 (04:27 -0500)
committerroot <root@debian.localdomain>
Wed, 21 Jul 2010 09:27:06 +0000 (04:27 -0500)
redakcja/static/css/html.css
redakcja/static/css/master.css
redakcja/static/js/wiki/view_editor_wysiwyg.js

index 8884f08..3072d9b 100644 (file)
@@ -370,6 +370,10 @@ div[x-node] > .uwaga {
  * Przypisy
  */
 /* Znaczniki w tekÅ›cie */
+.annotation {
+    font-style: normal;
+}
+
 .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;
-}
\ No newline at end of file
+}
index 9e0b561..c14a3dc 100644 (file)
@@ -264,3 +264,7 @@ img.tabclose {
     margin:1.5em 2em 0;
     font-size:0.875em
 }
+
+.wers_akap {
+       padding-left: 1em;
+}
index 94d7703..34618c4 100644 (file)
@@ -43,7 +43,7 @@
         return true;
     }
 
-    /* Convert HTML frament to plaintext */
+    /* Convert HTML fragment to plaintext */
     var ANNOT_FORBIDDEN = ['pt', 'pa', 'pr', 'pe', 'begin', 'end', 'theme'];
 
     function html2plainText(fragment){