Center footer logos

This commit is contained in:
Eike Foken
2011-09-19 22:45:57 +02:00
parent 0b6d201dff
commit 8abc681c2c
3 changed files with 4 additions and 5 deletions

View File

@@ -10,8 +10,8 @@
<div id="copyright"> <div id="copyright">
<?=image_asset('iwt.png');?> <?=image_asset('iwt.png');?>
<?=image_asset('uni.png');?>
<?=image_asset('dfg.png');?> <?=image_asset('dfg.png');?>
<?=image_asset('uni.png');?>
</div> </div>
</div> </div>

View File

@@ -360,13 +360,12 @@ div.error {
} }
#copyright { #copyright {
padding: 10px 0; padding: 10px 0 0;
text-align: right; text-align: center;
} }
#copyright img { #copyright img {
margin-left: 4px; margin-left: 5px;
float: right;
} }
/* Buttons */ /* Buttons */

Binary file not shown.

Before

Width:  |  Height:  |  Size: 337 B

After

Width:  |  Height:  |  Size: 1.2 KiB