projects
/
matthijs
/
projects
/
wipi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9eb15b
)
deadfoxjunction: Put a bit of spacing around portrait images.
author
Matthijs Kooijman
<matthijs@stdin.nl>
Fri, 2 Jul 2010 15:08:21 +0000
(17:08 +0200)
committer
Matthijs Kooijman
<matthijs@stdin.nl>
Fri, 2 Jul 2010 15:08:21 +0000
(17:08 +0200)
static/deadfoxjunction/css/common.css
patch
|
blob
|
history
diff --git
a/static/deadfoxjunction/css/common.css
b/static/deadfoxjunction/css/common.css
index ed1d1d025767c15292bed02a14713603025a7de6..8e9ae43de843e5380a619b958f60de7aa14007b7 100644
(file)
--- a/
static/deadfoxjunction/css/common.css
+++ b/
static/deadfoxjunction/css/common.css
@@
-432,3
+432,8
@@
TD.tip {
/* end MonthCalendar stuff */
+
+/* Give portrait pictures a bit of a margin */
+.Portret img {
+ margin: 10px;
+}