summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorBjoern B. Brandenburg <bbb@cs.unc.edu>2009-07-27 02:39:06 -0400
committerBjoern B. Brandenburg <bbb@cs.unc.edu>2009-07-27 02:39:06 -0400
commit6fde63390f8742c8e34cc255ac2f045e2f83c76e (patch)
tree842399f601812a7bc17000c5be3b1f8726e8e4f0 /style.css
parent9fdf579bbf673f815e0727b19b2728cf0fad5b63 (diff)
make people page nicer
Diffstat (limited to 'style.css')
-rwxr-xr-xstyle.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/style.css b/style.css
index 18f7da9..8b31c71 100755
--- a/style.css
+++ b/style.css
@@ -81,6 +81,12 @@ a img {
81 border: none; 81 border: none;
82} 82}
83 83
84img.framed {
85 border: 1px solid #a0a0a0;
86 padding: 4px;
87 margin: 0;
88}
89
84img.left,img.center,img.right { 90img.left,img.center,img.right {
85 padding: 4px; 91 padding: 4px;
86 border: 1px solid #a0a0a0; 92 border: 1px solid #a0a0a0;