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)
1  2 
redakcja/static/css/html.css

@@@ -333,11 -333,16 +333,16 @@@ div[x-node] > .uwaga 
      left: auto;
      clear: right;
      width: 10em;
+     font-style: normal;
      font-weight: normal;
-     font-size: 13px;
-     line-height: 18px;
      font-variant: normal;
+     letter-spacing: 0;
+     text-transform: none;
      text-decoration: none;
+     font-size: 13px;
+     line-height: 18px;
      background-color: #fff;
      /*    border: 1px solid gray;
  
   * Przypisy
   */
  /* Znaczniki w tekÅ›cie */
 +.annotation {
 +    font-style: normal;
 +}
 +
  .htmlview .annotation:before {
      content: "[" counter(main) "]";
      counter-increment: main;
      margin: -0.25em;
      padding: 0.25em;
      border: 1px solid orange;
 -}
 +}