X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=www%2Fcommon%2Fboxless.css;h=da3e4f73436e2df19f83bf4fc4b562f32de8339e;hb=cfb7f96754bcb258fee4c4848e9332a8029b6442;hp=69b1919db85fbf020ed369961387f6c05853a82a;hpb=64c0de03b96e78b62ba1190ceb5fcffe909c16d3;p=deb%2Fhackedgotchi.git diff --git a/www/common/boxless.css b/www/common/boxless.css index 69b1919..da3e4f7 100644 --- a/www/common/boxless.css +++ b/www/common/boxless.css @@ -203,7 +203,33 @@ 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; +} + +.bordered { + border: 1px solid #000; }