Browse Source

petra - fuer Bilder klassen links und rechts angelegt

Ignore-this: e52a151fb003b034f650962af0ebb79e
FF-DO-Wiki mesh-j-4 9 years ago
parent
commit
1b8f8def8e
1 changed files with 9 additions and 6 deletions
  1. 9 6
      _NOWIKI/static/css/custom.css

+ 9 - 6
_NOWIKI/static/css/custom.css

@@ -7,13 +7,16 @@
             font-weight: bold; 
             margin: 0em 0em -3.4em 0em;
             height: 10.2em;
-      }
+           }
 
 .login { vertical-align: top; }
 
-img {
-    float: right;
-    margin: 5px 5px 5px 0px;
-    clear: right;
-   }
+img.links { float: left;
+             margin: 5px 5px 5px 0px;
+             clear: left;
+            }
 
+img.rechts { float: right;
+             margin: 5px 5px 5px 0px;
+             clear: right;
+            }