Add local CSS
authorMo McRoberts <mo.mcroberts@bbc.co.uk>
Mon, 09 Sep 2013 17:37:13 +0100
changeset 17 a1edfc14e579
parent 16 482a189a688f
child 18 e1fa0fe40911
Add local CSS
2/local.css
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/2/local.css	Mon Sep 09 17:37:13 2013 +0100
@@ -0,0 +1,19 @@
+table {
+	border-collapse: collapse;
+	border-spacing: 0;
+	text-align: left;
+	font-size: inherit;
+	font: 100%;
+}
+th {
+	font-weight: bold;
+}
+td {
+	font-weight: normal;
+	vertical-align: top;
+}
+th, td {
+	text-align:left;
+	padding:3px 0.25em 5px 0.25em;
+	border-bottom:1px solid #E6E6E6;
+}