1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 06:38:00 +02:00

default style adjustment

This commit is contained in:
CaMer0n
2012-04-25 10:44:59 +00:00
parent a4a433a148
commit 78aadc0e72

View File

@@ -5,7 +5,7 @@
.gallery-list-start { clear:both; }
.gallery-list-item { -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; width:190px; height:180px; float:left; margin:3px; border:1px solid #000000; background-color:#000000 }
.gallery-list-item { width:190px; height:180px; float:left; margin:3px; border:1px solid #000000; background-color:#000000 }
.gallery-list-end { text-align:center; clear:both; padding-top:20px; }