changeset 15:a6ae38ca2100

converted some em sizes to pt sizes, made room for more thumbnails per page.
author Atul Varma <varmaa@toolness.com>
date Sat, 28 Nov 2009 09:55:17 -0500
parents 554846abfc9c
children 3975d48d6126
files mbp.css
diffstat 1 files changed, 6 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/mbp.css	Sat Nov 28 01:18:11 2009 -0500
+++ b/mbp.css	Sat Nov 28 09:55:17 2009 -0500
@@ -12,17 +12,19 @@
 
 #container {
     margin: 0 auto;
-    width: 45em;
+    width: 320pt;
 }
 
 #container h1 {
+    font-size: 18pt;
+    font-weight: bold;
     padding: 0 4pt 4pt 4pt;
     margin: 0;
 }
 
 .mbp-entry {
     font-size: 12pt;
-    width: 10em;
+    width: 72pt;
     float: left;
     padding: 4pt;
 }
@@ -41,8 +43,8 @@
 }
 
 .mbp-entry .thumbnail {
-    width: 10em;
-    height: 10em;
+    width: 72pt;
+    height: 72pt;
 }
 
 .mbp-entry .caption {