deadfoxjunction: Put a bit of spacing around portrait images.
[matthijs/projects/wipi.git] / static / deadfoxjunction / css / common.css
index fad232fad33c10f65616edcf06f6fd465a3abcea..8e9ae43de843e5380a619b958f60de7aa14007b7 100644 (file)
@@ -16,6 +16,10 @@ body {
        margin: 0;
 }
 
+.center {
+       text-align: center;
+}
+
 li p {
        margin: .25em 0;
 }
@@ -428,3 +432,8 @@ TD.tip {
 
 /* end MonthCalendar stuff */
 
+
+/* Give portrait pictures a bit of a margin */
+.Portret img {
+    margin: 10px;
+}