Add table frame in blog entry. styles
authorFabien Ninoles <fabien@tzone.org>
Sun, 01 Apr 2012 22:02:23 -0400
branchstyles
changeset 17 f1b3bd39d387
parent 8 8138139b1aa9
child 18 46073a2f0e2d
child 19 42559b9800a7
Add table frame in blog entry.
Makefile
blog.css
--- a/Makefile	Sun Mar 16 23:44:46 2008 -0400
+++ b/Makefile	Sun Apr 01 22:02:23 2012 -0400
@@ -30,3 +30,4 @@
 clean:
 
 purge:
+
--- a/blog.css	Sun Mar 16 23:44:46 2008 -0400
+++ b/blog.css	Sun Apr 01 22:02:23 2012 -0400
@@ -24,3 +24,5 @@
 .stories strong, .stories b, .stories em { color: blue }
 */
 
+.entry td, .entry th { padding: 5px; border: solid 1pt }
+.entry table { border-collapse: collapse }