]> git.deb.at Git - deb/hackedgotchi.git/blobdiff - www/common/boxless.css
no reason to hide image borders just for lj users
[deb/hackedgotchi.git] / www / common / boxless.css
index 69b1919db85fbf020ed369961387f6c05853a82a..68c2a3502d14daf888ac10634a7ad736a1243471 100644 (file)
@@ -203,7 +203,29 @@ a:hover {
        color: blue !important;
 }
 
-/* Suggested by Daniel Silverstone */
-span.ljuser img {
-       border: 0px;
+img {
+       border: none;
+}
+
+/* Suggested by martin f. krafft */
+.center, .centre {
+       text-align: center;
+}
+
+.float-left, .floatleft {
+       float: left;
+       margin-right: 1em;
+}
+
+.float-right, .floatright {
+       float: right;
+       margin-left: 1em;
+}
+
+img[align=left] {
+       margin-right: 1em;
+}
+
+img[align=right] {
+       margin-left: 1em;
 }